Code-Concepts is a repository containing different project focused on data analysis and machine learning.
The primary goal is to create models that solve different problems in industry.
- Data cleaning and preprocessing
- Exploratory Data Analysis (EDA)
- Feature engineering
- Anomaly detection using Isolation Forest
- Python 3.x
- Pandas
- Matplotlib
- Seaborn
- PyOD
Clone the repository and install the necessary packages:
git clone https://github.com/Ric-Royal/Code-Concepts.git
cd Code-Concepts
pip install -r requirements.txt