Skip to content

Developp hadri

Hadrien Godé requested to merge developp_hadri into develop

New features Add :class: mixture containing classifier and clusterer options from sci-kit learn Add sci-kit learn regressor: LinearRegression, LogisticRegression, LogisticRegressionCV, PassiveAggressiveRegressor, SGDRegressor, TheilSenRegressor, DecisionTreeRegressor, GradientBoostingRegressor, AdaBoostRegressor, RandomForestRegressor and ExtraTreesRegressor Add option in settings regressor_options when using a sci-kit learn regressor

Enhancements Option: visualization become optional JSON schema linked to the new sci-kit learn options Added documentation

Bug fixes Improve the creation of empty :object: np.DataFrame (slow)

Merge request reports