Project: Predicting breast cancer
Predicting the breast tumor as either malignant or benign based on given features. We will be using SVM model and GridSearchCV
Predicting the breast tumor as either malignant or benign based on given features. We will be using SVM model and GridSearchCV
Predicting if a patient has a heart disease or not based on the given features. We will be using pipelines, cross_validation_scores and KNN model
Predicting who were more likely to survive on Titanic based on the given features. We will be using pipelines, cross_validation_scores, LogisticRegression an...
Predicting if a customer is going to click on Ad or not. We will be using pipelines, cross_validation_scores, LogisticRegression and XGBoost
Predicting yearly amount spent by the customers of an ecommerce store. We will be using pipelines, cross_validation_scores and LinearRegression model
Predicting Iowa house prices using DecisionTreeRegressor and RandomForestTreeRegressor
Analyzing the stocks of four different companies from year 2006 to 2015
Analyzing the 911 calls data using Pandas, Numpy, Matplotlib and Seaborn
Analyzing the SF employee’s salaries data using Pandas, Numpy, Matplotlib, Seaborn and Sklearn
Learn how you can make your flaskapp production ready using Pipenv, uWSGI, Nginx and Docker
Learn how to scrape websites that have infinite scrolling
Learn and practice webscraping using scrapy
Learn about the usage of *args and **kwargs keywords
Learn and practice the python’s linear algebra library
Learn about List comprehensions
Learn about Map & Filter functions
Learn the power of Lambda in Python
Learn the concept of derivatives
Understanding linear regression and gradient descent
Let us visualize the concept of expected values in python
Visualize how an outlier effects the regression line
Visualize the concept of Central Limit Theorem
Understand the concept of underfitting vs overfitting your model
Read about the Supervised machine learning workflow