To start, clone this branch of the repo into your local:
git clone -b main --single-branch [https://github.com/Samashi47/ML-Toolkit-Project]
After cloning the project, activate the env:
.venv\Scripts\activate
You can run the following command to install the dependencies:
pip3 install -r requirements.txt
Then run the main file with the following:
python main.py
Important
The workflow will be as follows:
After starting the app:
- Upload data (.csv/.xls/.xlsx/.xml/.json/.data)
- Process and save changes to DataFrame.
- Visualize your data.
- Choose splitting ratio and random state.
- Choose your target column and split your dataset into training & testing data.
- Choose a ML algorithm.
- Train & test your model and evaluate the results.