Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 772 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 772 Bytes

Machine Learning Preprocessor CLI

Preprocess the dataset and save time.

Gist

  • This CLI provides various options to preprocess the data.
  • Options:
    • Data Description
    • Handling NULL Values
    • Encoding Categorical Data
    • Feature Scaling
  • We can also DOWNLOAD the modified dataset.

Usage

  • Clone this Repository: git clone https://github.com/tanmayChakrawarty/ML-Preprocessor-CLI.git
  • cd ML-Preprocessor-CLI
  • pip install pandas
  • pip install scikit-learn
  • Now run, python main.py dataset.csv
  • Final result below

alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.