/XProject

My personal repository for simple regression and classification problems

Primary LanguagePythonApache License 2.0Apache-2.0

XProject

My personal repository for making ML modelling and training faster and easier.

It's an ongoing project. Some parts of the codes might be incomplete.


How to use?

  1. Place your data in the "_data_storage" folder.
  2. Write the name of your datafile in ClassificationAnalysis.py or RegressionAnalysis.py given the type of project.
  3. Run the analysis file.
  4. Get the results including figures, reports, predictions in the XReport folder.
  5. Modifications could be applied on the ML model files directly in special cases.

Contributions

Please share your issues and possible updates with me. Your contribution is much appreciated in advance.

License

© Vahid Asghari, 2020. Licensed under the MIT License.