Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanaybhadula/ml-preprocessing-cli
A CLI tool with python to preprocess datasets for performing supervised learning to save time for users. Input data can be preprocessed using simple commands and preprocessed dataset can be downloaded later
https://github.com/tanaybhadula/ml-preprocessing-cli
cli data-cleaning data-preprocessing machine-learning pandas python scikit-learn
Last synced: 27 days ago
JSON representation
A CLI tool with python to preprocess datasets for performing supervised learning to save time for users. Input data can be preprocessed using simple commands and preprocessed dataset can be downloaded later
- Host: GitHub
- URL: https://github.com/tanaybhadula/ml-preprocessing-cli
- Owner: TanayBhadula
- License: mit
- Created: 2022-10-06T13:56:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T20:49:14.000Z (over 2 years ago)
- Last Synced: 2024-11-12T02:53:08.515Z (3 months ago)
- Topics: cli, data-cleaning, data-preprocessing, machine-learning, pandas, python, scikit-learn
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :zap: ML Preprocessor CLI
The CLI made to preprocess the database and save your **time**:clock1:
## Gist
- Given the database, the CLI provides various options to preprocess the data.
- Options:
- Data Description
- Handling NULL Values
- Encoding Categorical Data
- Feature Scaling
- We can also **DOWNLOAD**:arrow_down: the modified dataset.## Run
- Clone this Repository: `git clone https://github.com/utkryuk/ML-Preprocessor-CLI.git`
- `cd ML-Preprocessor-CLI/`
- `pip3 install -r requirements.txt`
- Now run, python3 `main.py` [Dataset's Path]
- Ex: `python3 main.py dataset.csv`
- Then you will see the below home screen.## :camera: Screenshots
## Future Scope
- Implementing GUI of this project.
- Implement Undo and Redo for the Database.
- Implement other preprocessing steps.