BrevinS / brebapp

Active ML Passion Project
MIT License
2 stars 0 forks source link

Create template for unsupervised. #67

Closed BrevinS closed 2 years ago

BrevinS commented 2 years ago

This should include the new dataframe where it just uses the selected columns from the original data. This means the Query step should come first. Either query or un-html the dataframe from dataframeview.

Page needs to also have a multiple selection of machine learning algorithms. There may be parameters associated with these algorithms but we'll have to cross that bridge when we get there.

K-means clustering, Principle Component Analysis (PCA) and Hierarchical Clustering. K-means clustering needs an integer value probably but we can manually set it. Also if really crazy conduct the elbow test on the user's data to automatically recommend the proper number of clusters to an outsider.