The main agenda of this project is:
-
Perform extensive Exploratory Data Analysis(EDA) on the Zomato Dataset.
-
Build an appropriate Machine Learning Model that will help various Zomato Restaurants to predict their respective Ratings based on certain features
-
Deploy the Machine learning model via Flask that can be used to make live predictions of restaurants ratings
To install the libraries used in this project. Follow the below steps:
!pip install flask
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import plotly.graph_objs as go
import plotly.offline as py
import seaborn as sns
import matplotlib.ticker as mtick
plt.style.use('fivethirtyeight')
from sklearn.linear_model import LogisticRegression
from sklearn.linear_model import LinearRegression
from sklearn.ensemble import ExtraTreesRegressor
from sklearn.model_selection import train_test_split
import warnings
warnings.filterwarnings('ignore')
%matplotlib inline
To run tests, run the following command
python app.py
Data Scientist Enthusiast | Petroleum Engineer Graduate | Solving Problems Using Data
👩💻 I’m interested in Petroleum Engineering
🧠 I’m currently learning Data Scientist | Data Analytics | Business Analytics
👯♀️ I’m looking to collaborate on Ideas & Data
- Data Scientist
- Data Analyst
- Business Analyst
- Machine Learning