Skip to content

In this repository, I have created a project which is based on automated feature enginnering for machine learnring, where you just need to give your file path of any excel or csv file and it will apply all the feature engineering operations on that file and you will get processed file, which you can directly use for you machine learning project

License

Notifications You must be signed in to change notification settings

itechdp/automated_feature_engineering

Repository files navigation

Automated Feature Engineering

In this repository, I have created a project which is based on automated feature enginnering for machine leanring, where you just need to give your file path of any excel or csv file and it will apply all the feature engineering operations on that file and you will get one processed file, which you can directly use for you machine learning project.

Feature Engineering Oprations

  1. Data Cleaning --> Handeling missing values, dealing with outliers and correcting data entry errors.

  2. Data Integration --> Merging of multiple dataset in one single dataset

  3. Data Transformation --> normalization and standardization log or power transformation

  4. Handling Text and categorical data --> tokenization, one hot encoder, label encoding

  5. Handeling Date and Time Data --> convert date and time into numerical format '''

To run project

command: streamlit run main.py

Tools & Technology

  1. Python.
  2. Streamlit.
  3. pandas Python Module.
  4. sklearn Python Module.
  5. sklearn.impute For Handeling Missing Values.
  6. sklearn.preprocessing For Normalization Of Data.
  7. pandas.get_dummies For Handling Categorical Data.
  8. pandas.read_csv or pandas.read_excel To Read Dataset.
  9. pandas.merger For Merge Datasets.

Code Written by:

Dhrumil Patel

Get Access of Software:

Project File

About

In this repository, I have created a project which is based on automated feature enginnering for machine learnring, where you just need to give your file path of any excel or csv file and it will apply all the feature engineering operations on that file and you will get processed file, which you can directly use for you machine learning project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages