Machine-Learning-Preprocess-CLI

A simple commandline app for searching and looking up opensource vulnerabilities


License
MIT
Install
pip install Machine-Learning-Preprocess-CLI==1.0.1

Documentation

ML Preprocessor CLI

The CLI made to preprocess the database and save your time

Gist

  • Given the database, the CLI provides various options to preprocess the data.
  • Options:
    • Data Description
    • Handling NULL Values
    • Encoding Categorical Data
    • Feature Scaling

Run

  • Clone this Repository:
  • cd ML-Preprocessor-CLI/
  • pip install -r requirements.txt
  • Now run, python main.py [Dataset's Path]
  • Ex: python main.py data.csv

Future Scope

  • Implement other preprocessing steps.