Full API
Regressor
Use when your target column is a continuous number (price, temperature, score). Identical API to Classifier.
Constructor
Algorithm strings
| String | Model |
|---|---|
"ridge" | Ridge |
"random_forest" | RandomForestRegressor |
"gradient_boosting" | GradientBoostingRegressor |
"decision_tree" | DecisionTreeRegressor |
"knn" | KNeighborsRegressor |