Skip to content

A command-line interface (CLI) which preprocess the dataset.

Notifications You must be signed in to change notification settings

tanmayChakrawarty/ML-Preprocessor-CLI

Repository files navigation

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:/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.

About

A command-line interface (CLI) which preprocess the dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages