Open JulioAPeraza opened 2 years ago
Closes #103.
Changes proposed in this pull request:
fit()
fit_dataset()
fit_transform()
_fit()
test_estimator_fit_transform
Closes #103.
Changes proposed in this pull request:
fit()
andfit_dataset()
in BaseEstimator.fit_transform()
in BaseEstimator, to fit and transform data in one step.fit()
to_fit()
for all estimators.test_estimator_fit_transform
.