https://github.com/andrea-mosk/play-with-ml
A Machine Learning app created with Streamlit (https://www.streamlit.io/).
https://github.com/andrea-mosk/play-with-ml
automated-machine-learning automated-processing dataset dataset-analysis machine-learning streamlit
Last synced: 3 months ago
JSON representation
A Machine Learning app created with Streamlit (https://www.streamlit.io/).
- Host: GitHub
- URL: https://github.com/andrea-mosk/play-with-ml
- Owner: andrea-mosk
- Created: 2020-01-22T18:54:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T12:30:38.000Z (about 5 years ago)
- Last Synced: 2025-01-02T11:18:39.759Z (5 months ago)
- Topics: automated-machine-learning, automated-processing, dataset, dataset-analysis, machine-learning, streamlit
- Language: Python
- Homepage:
- Size: 7.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlayWithML
### This application allows you to quickly perform two important things:
* **Analyze a dataset**: This section allows you to take a first look at the dataset and discover the main statistics,
such as number of instances, missing data, etc. Moreover, you can make more advanced analysis,
such as inspecting each feature in details, checking values such as skewness, mean, memory usage,
correlation with label, etc.
* **Running a prediction model**:
This section allows you to train and test, on your dataset, \
one of the available machine learning models. The available models include XGBoost, Random forests, \
Support vector machines, and so on. During the experiment, you can also adjust the experiment parameters \
(such as the size of the test set) and the hyperparameters of the model selected (such as the number \
of estimators in XGBoost). The dataset will automatically be preprocessed in order to handle missing \
data, drop useless rows, scale features and so on.
The interface of the application has been done using [Streamlit](https://www.streamlit.io/).

Sample video on [Youtube](https://www.youtube.com/watch?v=9ZMroCF7_OU)