We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a646d95 commit 4f19e21Copy full SHA for 4f19e21
batchglm/utils/linalg.py
@@ -77,7 +77,7 @@ def apply_fun(grouping):
77
unique_design = dask.array.from_array(unique_design, chunks=unique_design.shape)
78
else:
79
unique_design, inverse_idx = np.unique(dmat, axis=0, return_inverse=True)
80
- if unique_design.shape[0] > 100:
+ if unique_design.shape[0] > 500:
81
raise ValueError("large least-square problem in init, likely defined a numeric predictor as categorical")
82
83
full_rank = constraints.shape[1]
0 commit comments