Predictive Machine Learning Projects – A collection of data science projects focused on predictive modeling, exploratory data analysis (EDA), and strategic insights.
predictive-ml/
│── flight-price/ # Flight price prediction project
│ ├── notebooks/ # Jupyter notebooks for EDA & modeling
│ ├── README.md # Summary of this project
│
│── README.md # Main repo-level description
│── LICENSE # MIT License
- Goal: Predict airline ticket prices using machine learning models.
- Tools Used: SQL, Random Forest, XGBoost, Scikit-learn, Pandas
- Clone the repository:
git clone https://github.com/mcyc/predictive-ml.git
- Navigate into a project folder and explore Jupyter notebooks.
- Install required dependencies (listed in individual project README files).
This repository is licensed under the MIT License – feel free to use, modify, and share with attribution.
Stay tuned for more projects!