application to reduce the time taken to load and run various Machine Learning algorithms
Before run, you should open your terminal first on your machine.
To run:
- change your working directory to where you have all the files
- Type: python3 interface.py
- Click and select the input dataset
- Click and select the test set
- Click to run the program
- Check out the result in the predictions directory
Any feedbacks are all appreciated ! New features coming soon ! Follow me and stay tune for new awesome features Constraints: Currently, the application can only handle numerical dataset with zero missing values. I will fix it soon