This repository contains scripts and datasets used for various DataCamp tests and projects.
Cheat_sheets/
: Contains Jupyter notebooks with cheat sheets and examples of models.Datasets/
: Contains various datasets used in the projects.Real Estate/
: Contains datasets related to real estate.DVD_rental/
: Contains datasets related to DVD rentals.Coffeeshops/
: Contains datasets related to coffee shops.Credit_card_approvals/
: Contains datasets related to credit card approvals.
Rental_days_pred.ipynb
: Jupyter notebook for predicting rental days using different regression models.
This notebook includes the following steps:
-
Data Preparation:
- Dropping unnecessary columns.
- Splitting the dataset into training and test sets.
-
Model Training and Evaluation:
- Linear Regression
- Lasso Regression
- Random Forest Regressor
-
Model Fine-Tuning:
- Using GridSearchCV to find the best parameters for the Random Forest Regressor.
- Clone the repository:
git clone https://github.com/RazDwa1923/DataCamp_Tests.git