mirror of
https://github.com/fenago/data-science.git
synced 2026-05-05 09:02:47 +00:00
6 lines
195 B
CSV
6 lines
195 B
CSV
algorithm,learning,type
|
|
Linear Regression,Supervised,Regression
|
|
Logistic Regression,Supervised,Classification
|
|
RandomForest,Supervised,Regression or Classification
|
|
k-means,Unsupervised,Clustering
|