Closed DennisKleinhans closed 2 months ago
To fit the doc style of sklearn:
np.ndarray
X: array-like or sparse matrix of shape (n_samples, n_features)
y: array-like of shape (n_samples,)
Can't tell what we decided:
X (array-like, sparse matrix): xxx
or
X: array-like of shape (n_samples, n_features) ...
To fit the doc style of sklearn:
np.ndarray
) for X and y in the fit methods of the HLMsX: array-like or sparse matrix of shape (n_samples, n_features)
y: array-like of shape (n_samples,)