Skip to content

Commit

Permalink
[This PR adds 5 clustering models corrected {sagnik1511#32}]
Browse files Browse the repository at this point in the history
Affinity Propagation
Agglomerative Clustering
Birch
DBSCAN
KMeans
  • Loading branch information
Tihsrah committed Feb 11, 2022
1 parent 4c77bd9 commit efa8117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tab_automl/automl/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Linear Regression": LinearRegression,
"Lasso Regression": Lasso,
"Ridge Regression": Ridge,
"Random Forest Regression": RandomForestRegressor,
"Random Forest Regression": RandomForestRegressor
},
"classification": {
"Decision Tree Classifier": DecisionTreeClassifier,
Expand Down

0 comments on commit efa8117

Please sign in to comment.