A machine learning learning playground
Install poetry:
pip install poetry
Clone repository and go to directory:
git clone https://github.com/Hemantr05/ml_playground.git
Install dependencies via poetry:
poetry install
Or
pip install -r requirements.txt
Run the server
streamlit run app.py
Go to web browser and type:
127.0.0.1:8051
-
Datasets:
- Iris
- Wine Dataset
- Boston Housing Prices
- MNIST
- Breast Cancer
- Custom Datasets
-
Preprocessing:
- StandardScaler
-
Models:
- SVM
- Logistic Regression
- KNN
- Random Forest
- MLP
- Deep Neural Network
- Hyperparameters:
- Epochs
- Learning Rate
- Batch size
- Loss Functions
- Optimizers
- Hyperparameters:
-
Visualization:
- PCA
- Table (dataframe from custom dataset)
- Maps
For deployment: