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 efa8117 commit 35d97c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tab_automl/automl/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"Birch":Birch,
"DBSCAN":DBSCAN,
"KMeans":KMeans

}
}

0 comments on commit 35d97c3

Please sign in to comment.