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
The World Weather Analysis repo utilizes Python and Jupyter Notebook in conjunction with decision and repetition statements, data structures, Pandas, Matplotlib, NumPy, CitiPy, and SciPy statistics to retrieve and use data from OpenWeatherMap and Google Map API. The APIs are used to "get" requests from a server, retrieve and store values from a …
In this project, we wanted to determine how college football has changed over time and focus on if the value of defense is diminishing in games. If so, what factors are possibly making this happen and what can we see happening for the future.
Practice exercise from Georgia Tech Data Analytics Boot Camp. Analysis, graphs & maps based on random latitudes/longitudes from Python Citipy library and Open Weather Map API.
Website using Bootstrap to demonstrate how Mercedes has dominated the hybrid era in Formula One. Visualizations and data exploration displayed in a Jupyter Notebook.
The objective is to build a ML-based solution (linear regression model) to develop a dynamic pricing strategy for used and refurbished smartphones, identifying factors that significantly influence it.
The aim is to develop an ML- based predictive classification model (logistic regression & decision trees) to predict which hotel booking is likely to be canceled. This is done by analysing different attributes of customer's booking details. Being able to predict accurately in advance if a booking is likely to be canceled will help formulate prof…
Here i have taken an example of a school called as ABN Public School.In this we performed chi square test of independence to determine whether the variables 'gender' and 'student motivation' are independent of each other or not.
In this we have taken a sample data to check if that data follows normal distribution or not. A hypothesis test is performed to check this using the chi-square test pf goodness of fit.