- EDA
- Feature Encoding
- Feature Scaling
- Linear, Lasso(L1) & Ridg(L2) Regression
- Kfold
- cross val
- Hyper Parameter Tuning
- GridSearchCV
As part of my practice, I have created this repository to showcase my knowledge of diverse concepts compiled into mini-projects.
This app is built using Streamlit.
- Download or clone the repo on your local machine
- Install Requirements
pip install -r requirements.txt
- Run the app
streamlit run path/to/app.py/file
🚀 Here is the link to My Kaggle Notebook