You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Repository contains all the Projects which I made first ML Algorithms then demonstrated how to create them with Auto ML Libraries.
The Auto ML Libraries I have used in these projects are:
Auto Sk Learn
Auto Keras
PyCaret
H2O Auto ML
TPOT
Eval ML
Project Details:
Bank Customer Churn Prediction using H2O Auto ML : Identify and visualize which factors contribute to customer churn
Bike Rental Count Prediction uisng ML and H2O Auto ML : The objective of this Case is to Predication of bike rental count on daily based on the environmental and seasonal settings
Credit Card Fraud Detection using PyCaret : In this project we will be first making our redictions using Machine Learning Techniques then we will be using Auto ML Technique to do the same. We will be using PyCaret in this notebook.
Flight Fare Prediction using Auto SK Learn : In this project we will be predicting the Fare of a flight a person has to give on inputting the data using the normal Machine Learning techniques then we will see how we can do the same thing with the help of using Auto SK Learn which is a Auto ML Library.
IPL Score Prediction using ML and TPOT(Auto ML Library) : Predicts the score of a match if sufficient conditons are given.
Petrol Price Forecasting using Tensor Flow and Auto Keras : LSTM and ARIMA forecasting models are used to predict the prices then we will see how we can implement the same using Auto Keras, which is an Auto ML Library
Pizza_Price_Prediction uisng ML and EVAL Auto ML : In this project we will be building a model which will predict the prices of data based on different parameters such as number of toppings, diameter, etc.