Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitor-infotech-oss/aiml-data-processing

Data Processing Algorithms
https://github.com/nitor-infotech-oss/aiml-data-processing

aiml numpy pandas scikit-learn

Last synced: 5 days ago
JSON representation

Data Processing Algorithms

Awesome Lists containing this project

README

        


## Feature Engineering & Data Preprocessing

Feature engineering consists of the creation of features whereas preprocessing involves cleaning the data. ... It might help you in preventing under- and overfitting by having a better understanding of the features that you use

- [Feature Engineering](https://github.com/nitor-infotech-oss/aiml-data-processing/blob/main/Feature%20Engineering.ipynb)
- [Machine Learning and Data Preprocessing](https://github.com/nitor-infotech-oss/aiml-data-processing/blob/main/Machine%20Learning%20and%20Data%20Preprocessing.ipynb)
- [Machine Learning and Data Preprocessing Dataset](https://github.com/nitor-infotech-oss/aiml-data-processing/blob/main/Data1.csv)

## Requirements

- Python 3.6+
- NumPy (pip install numpy)
- Pandas (pip install pandas)
- Scikit-learn (pip install scikit-learn)