You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# ML_visualizer
2
+
3
+
Here I used streamlit to visualize a dataset, perform some quary on it, and finally train a machine learning model using sklearn. Finally I plotted some basic curve like ROC-AUC, Precision-Recall and confusion matrix on fly.
4
+
All instruction are provided here
2
5
3
6
### Dataset
4
7
+ Dataset can also be founf from *[here](https://archive.ics.uci.edu/ml/datasets/Mushroom)*
0 commit comments