Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.3 KB

ML models picking application

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:

  1. change your working directory to where you have all the files
  2. Type: python3 interface.py
  3. Click and select the input dataset Image of in01 Image of in01
  4. Click and select the test set Image of in01
  5. Click to run the program Image of in01 Image of in01 Image of in01
  6. 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