The CLI made to preprocess the database and save your time🕐
- 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⬇️ the modified dataset.
- Implement try-catch
- Handling case in the input
- Adding Emoji's
- Implementing graph functions for Analysis
- Adding Comments
- 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.
- Implementing GUI of this project.
- Implement Undo and Redo for the Database.
- Implement other preprocessing steps.
