| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Data analysis with Python to building and evaluating data models
| Tasks | Topic | Content Included |
|---|---|---|
| Task 1 | User Car Pricing | Data Wrangling: Handling missing values, Data Format, Data Standardization, Data Normalization, Binning and Indicator variable |
| Task 2 | Laptops Pricing | EDA, groups and pivot tables, Pearson Correlation |
| Task 3 | automobile Price | Model Development; Linear Regression, Polynomial Regression, Pipeline, Visualization, R-square, Mean Square Error, Prediction & Decision Making |
| Task 4 | Laptop Pricing | Model Development, Linear Regression, Polynomial Regression, Pipeline, Plot |
| Task 5 | automobile pricing | Model Evaluation, overfitting, Ridge Regression, Cross validation, Grid Search |
| Task 6 | Model Evaluation and Refinement | train, test, cross validation,overfitting, Ridge, Grid search |
| Task 7 (Project) | Black Friday Sales Prediction | EDA, Data cleaning, Visualization, Linear Regression, Ridge Regression, DecisionTreeRegressor, RandomForestRegressor, ExtraTreesRegressor, XGBRegressor |
| Task 8 (Project) | Bank Customer Churn Prediction | Feature Scaling, Logistic Regression, SCV, KNeighbor Classifier, Decision Tree Classifier, Random Forest Classifier, Gradient Boosting Classifier, XGBoost |
| Task 9 (Project) | Credit Card Fraud Prediction | EDA, Feature Scaling, underSampling, OverSampling, Logistic Regression, Decision Tree Classifier, joblib |
| Task 10 (Project) | Hearth Failure Prediction | EDA, Data Visualization, StandardScaler, Logistic Regression, SVM, Decision Tree Classifier, Naive Bayes, Random Forest Classifier, KNearestNeighbor |
| Task 11 (Project) | Book Recommendation Systen | Data Pre-processing & Cleaning, EDA, cosine_similarity |
Objectives:
We use data wrangling to convert data from an initial format to a format that may be better for analysis.
Objectives:




Objectives: Develop prediction models
In this task, I'll develop several models that will predict the price of the car using the variables or features. This is just an estimate but should give us an objective idea of how much the car should cost.
Use Linear Regression in one variable to fit the parameters to a model
Use Linear Regression in multiple variables to fit the parameters to a model
Use Polynomial Regression in single variable to fit the parameters to a model
Create a pipeline for performing linear regression using multiple features in polynomial scaling
Evaluate the performance of different forms of regression on basis of MSE and R^2 parameters.




In this lab, I'll try to refine our model's performance in predicting the price of a labtop.




Explore the dynamics of Black Friday sales with predictive modeling. From feature engineering to machine learning, explore the dynamics of one of the largest shopping events globally.Join me as we analyze customer behavior, identify key predictors, and predict sales with machine learning techniques.

Problem Statement : Customer churn or customer attrition is a tendency of clients or customers to abandon a brand and stop being a paying client of a particular business or organization. The percentage of customers that discontinue using a company’s services or products during a specific period is called a customer churn rate. Several bad experiences (or just one) are enough, and a customer may quit. And if a large chunk of unsatisfied customers churn at a time interval, both material losses and damage to reputation would be enormous.
Working Flow : In order to create a model these are the following procedure
| Back | FazBrowse Home | New Git URL |