-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a959416
commit 437a5b7
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Cars_price_ML | ||
Exploring and predicting the price of cars based on their features | ||
Using Python( Pandas, Statsmodels, Scikit, Matplotlib and Scikit Learn packages) | ||
Using Python( Pandas, Statsmodels, Scikit, Matplotlib, and Scikit Learn packages) | ||
1. Cleaning and wrangling the dataset. | ||
2. Exploring the dataset and look for correlations. | ||
3. Use visualization charts to emphasis different relationships. | ||
3. Use visualization charts to emphasize different relationships. | ||
4. Building a predictive linear regression model using Statsmodels. | ||
5. Building a predicitive machine learning (linear regression) model using Sci-kit learn. | ||
5. Building a predictive machine learning (linear regression) model using Sci-kit learn. | ||
6. Modeling using Radomforest Regressor, reaching 93% R2 score. |