SlideShare a Scribd company logo
1 of 19
Internet of Things
Analytics
ADVANCES IN DATA SCIENCE AND ARCHITECTURE
TEAM 8
ANKITA SURESH SHANBHAG
VIGNESH KARTHIKEYAN
SRINIKETAN G.S
Problem Statement
We have the weather station data from, for this analysis we have chosen Boston, MA and
weather data from the year 2008 to present. We are going to forecast the weather for the next
few days. Our Web application will display the forecast for the future period and will get
updated every day.
We are forecasting the future weather using the past data so we have used AR + I + MA
modeling (ARIMA) for the forecast as the future data depends only on the past trend. And we
have tried to observe the trend and seasonal components out of our data and the trend
represents the gradual increase in temperature over the year, which might be due to global
warming.
Column Type
Timestamp Date
EST character
Max.TemperatureF numeric
Mean.TemperatureF numeric
Min.TemperatureF numeric
Max.Dew.PointF numeric
MeanDew.PointF numeric
Min.DewpointF numeric
Max.Humidity numeric
Mean.Humidity numeric
Min.Humidity numeric
Max.Sea.Level.PressureIn numeric
Mean.Sea.Level.PressureIn numeric
Min.Sea.Level.PressureIn numeric
Max.VisibilityMiles numeric
Mean.VisibilityMiles numeric
Min.VisibilityMiles numeric
Max.Wind.SpeedMPH numeric
Mean.Wind.SpeedMPH numeric
Max.Gust.SpeedMPH numeric
PrecipitationIn numeric
CloudCover numeric
Events character
WindDirDegrees.br... character
Visualization and Analysis
It can be observed that there is a seasonality component to data but the trend is
not clearly visible so on decomposing we get.
Detect the seasonality using Fourier
transform
Code to get frequency
The out put we get
Code to decompose
The out put we get
Code to get (p,d,q)
The out put we get
Code to get forecast
The out put we get
Import data
ARIMA Model
The forecast Data we get is:- (snap shot
taken on 12 Dec 2016)
Add other weather components
Weather component (p,d,q)
Mean.TemperatureF (9,0,0)
MeanDew.PointF (1,0,1)
Mean.Humidity (2,0,2)
Mean.VisibilityMiles (0,1,2)
PrecipitationIn (0,0,1)
CloudCover (0,0,1)
Events Cannot be computed
forecast the
weather for next
10 days
Events : compute
Weather component (p,d,q) Variable Type
Mean.TemperatureF (9,0,0) Independent
MeanDew.PointF (1,0,1) Independent
Mean.Humidity (2,0,2) Independent
Mean.VisibilityMiles (0,1,2) Independent
PrecipitationIn (0,0,1) Independent
CloudCover (0,0,1) Independent
Events
Perform
Regressio
n Dependent
Filter out only the necessary variables
Score and Evaluate
the model
Predict the ‘Events’ using dependent
variable mentioned above
Forecast for 10
days into the
future

More Related Content

What's hot

Ghg and aws data analysis
Ghg and aws data analysisGhg and aws data analysis
Ghg and aws data analysisCMMACS
 
Rt climate graph
Rt climate graphRt climate graph
Rt climate graphjwt1991
 
Intro to the Climate graph
Intro to the Climate graphIntro to the Climate graph
Intro to the Climate graphRichard McLaren
 
Rt climate graph
Rt climate graphRt climate graph
Rt climate graphjwt1991
 
Cmis 102 hands on/tutorialoutlet
Cmis 102 hands on/tutorialoutletCmis 102 hands on/tutorialoutlet
Cmis 102 hands on/tutorialoutletPoppinss
 
BREEZE Incident Analyst Tech Sheet
BREEZE Incident Analyst Tech SheetBREEZE Incident Analyst Tech Sheet
BREEZE Incident Analyst Tech SheetBREEZE Software
 
0502 Mid West Haze Event
0502 Mid West Haze Event0502 Mid West Haze Event
0502 Mid West Haze EventRudolf Husar
 
2 introduction to computer programming
2 introduction to computer programming2 introduction to computer programming
2 introduction to computer programmingNataly Medina
 
Building Science-Heat exchange analysis of residential building
Building Science-Heat exchange analysis of residential buildingBuilding Science-Heat exchange analysis of residential building
Building Science-Heat exchange analysis of residential buildingShyam Anandjiwala
 
Habitat for Humanity HVAC System Analysis
Habitat for Humanity HVAC System AnalysisHabitat for Humanity HVAC System Analysis
Habitat for Humanity HVAC System AnalysisMatt Bartholomew
 
calculating wind speed and direction using arcgis
calculating wind speed and direction using arcgiscalculating wind speed and direction using arcgis
calculating wind speed and direction using arcgissaqibjavaid17
 
2005-04-14 The Great Midwestern PM2.5 Episode of February 2005
2005-04-14 The Great Midwestern PM2.5 Episode of February 20052005-04-14 The Great Midwestern PM2.5 Episode of February 2005
2005-04-14 The Great Midwestern PM2.5 Episode of February 2005Rudolf Husar
 
Applied Math 40S Slides May 28, 2007
Applied Math 40S Slides May 28, 2007Applied Math 40S Slides May 28, 2007
Applied Math 40S Slides May 28, 2007Darren Kuropatwa
 
Weather scraper for your data warehouse
Weather scraper for your data warehouseWeather scraper for your data warehouse
Weather scraper for your data warehouseFru Louis
 
Jan13 Boards
Jan13 BoardsJan13 Boards
Jan13 Boardsyukondawn
 
2015 SES NASA Intern Presentation 2
2015 SES NASA Intern Presentation 22015 SES NASA Intern Presentation 2
2015 SES NASA Intern Presentation 2Johanna Jan
 
ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...
ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...
ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...Margriet Groenendijk
 
Art Data Hackathon - Klima iOS app
Art Data Hackathon - Klima iOS appArt Data Hackathon - Klima iOS app
Art Data Hackathon - Klima iOS applab_SNG
 

What's hot (20)

Ghg and aws data analysis
Ghg and aws data analysisGhg and aws data analysis
Ghg and aws data analysis
 
Rt climate graph
Rt climate graphRt climate graph
Rt climate graph
 
Intro to the Climate graph
Intro to the Climate graphIntro to the Climate graph
Intro to the Climate graph
 
Rt climate graph
Rt climate graphRt climate graph
Rt climate graph
 
Cmis 102 hands on/tutorialoutlet
Cmis 102 hands on/tutorialoutletCmis 102 hands on/tutorialoutlet
Cmis 102 hands on/tutorialoutlet
 
BREEZE Incident Analyst Tech Sheet
BREEZE Incident Analyst Tech SheetBREEZE Incident Analyst Tech Sheet
BREEZE Incident Analyst Tech Sheet
 
0502 Mid West Haze Event
0502 Mid West Haze Event0502 Mid West Haze Event
0502 Mid West Haze Event
 
Q&a
Q&aQ&a
Q&a
 
2 introduction to computer programming
2 introduction to computer programming2 introduction to computer programming
2 introduction to computer programming
 
Building Science-Heat exchange analysis of residential building
Building Science-Heat exchange analysis of residential buildingBuilding Science-Heat exchange analysis of residential building
Building Science-Heat exchange analysis of residential building
 
Habitat for Humanity HVAC System Analysis
Habitat for Humanity HVAC System AnalysisHabitat for Humanity HVAC System Analysis
Habitat for Humanity HVAC System Analysis
 
calculating wind speed and direction using arcgis
calculating wind speed and direction using arcgiscalculating wind speed and direction using arcgis
calculating wind speed and direction using arcgis
 
2005-04-14 The Great Midwestern PM2.5 Episode of February 2005
2005-04-14 The Great Midwestern PM2.5 Episode of February 20052005-04-14 The Great Midwestern PM2.5 Episode of February 2005
2005-04-14 The Great Midwestern PM2.5 Episode of February 2005
 
Scaling in R
Scaling in RScaling in R
Scaling in R
 
Applied Math 40S Slides May 28, 2007
Applied Math 40S Slides May 28, 2007Applied Math 40S Slides May 28, 2007
Applied Math 40S Slides May 28, 2007
 
Weather scraper for your data warehouse
Weather scraper for your data warehouseWeather scraper for your data warehouse
Weather scraper for your data warehouse
 
Jan13 Boards
Jan13 BoardsJan13 Boards
Jan13 Boards
 
2015 SES NASA Intern Presentation 2
2015 SES NASA Intern Presentation 22015 SES NASA Intern Presentation 2
2015 SES NASA Intern Presentation 2
 
ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...
ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...
ODSC UK 2016: How To Analyse Weather Data and Twitter Sentiment with Spark an...
 
Art Data Hackathon - Klima iOS app
Art Data Hackathon - Klima iOS appArt Data Hackathon - Klima iOS app
Art Data Hackathon - Klima iOS app
 

Viewers also liked

Future continuous
Future continuousFuture continuous
Future continuousAna Sancho
 
Resource Depletion 1
Resource Depletion 1Resource Depletion 1
Resource Depletion 1total
 
Dr_Zakia_Gates_Dissertation_2016
Dr_Zakia_Gates_Dissertation_2016Dr_Zakia_Gates_Dissertation_2016
Dr_Zakia_Gates_Dissertation_2016Dr. Zakia Y. Gates
 
Портфоліо Калініченко т.ф.(1)
Портфоліо Калініченко т.ф.(1)Портфоліо Калініченко т.ф.(1)
Портфоліо Калініченко т.ф.(1)Natalia Mihailova
 
Sutha - Purchase Manager
Sutha - Purchase ManagerSutha - Purchase Manager
Sutha - Purchase Managersutha sakthivel
 

Viewers also liked (9)

Future continuous
Future continuousFuture continuous
Future continuous
 
3shr092 093
3shr092 0933shr092 093
3shr092 093
 
Resource Depletion 1
Resource Depletion 1Resource Depletion 1
Resource Depletion 1
 
Dr_Zakia_Gates_Dissertation_2016
Dr_Zakia_Gates_Dissertation_2016Dr_Zakia_Gates_Dissertation_2016
Dr_Zakia_Gates_Dissertation_2016
 
PBOInterview
PBOInterviewPBOInterview
PBOInterview
 
Портфоліо Калініченко т.ф.(1)
Портфоліо Калініченко т.ф.(1)Портфоліо Калініченко т.ф.(1)
Портфоліо Калініченко т.ф.(1)
 
Revista procesos
Revista procesosRevista procesos
Revista procesos
 
Sutha - Purchase Manager
Sutha - Purchase ManagerSutha - Purchase Manager
Sutha - Purchase Manager
 
Renacimiento y humanismo
Renacimiento y humanismoRenacimiento y humanismo
Renacimiento y humanismo
 

Similar to Ads final report - Team 8

TC19_HandsOn_Session_FINAL.pptx
TC19_HandsOn_Session_FINAL.pptxTC19_HandsOn_Session_FINAL.pptx
TC19_HandsOn_Session_FINAL.pptxrishikakennyet
 
Recorded Future News Analytics for Financial Services
Recorded Future News Analytics for Financial ServicesRecorded Future News Analytics for Financial Services
Recorded Future News Analytics for Financial ServicesChris Holden
 
JGrass-NewAge rain-snow separation
JGrass-NewAge rain-snow separationJGrass-NewAge rain-snow separation
JGrass-NewAge rain-snow separationMarialaura Bancheri
 
Assignment Details There is a .h file on Moodle that provides a defi.pdf
Assignment Details There is a .h file on Moodle that provides a defi.pdfAssignment Details There is a .h file on Moodle that provides a defi.pdf
Assignment Details There is a .h file on Moodle that provides a defi.pdfjyothimuppasani1
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingMaruthi Nataraj K
 
Weather forcasting.pptx
Weather forcasting.pptxWeather forcasting.pptx
Weather forcasting.pptxssuser9838f7
 
Ecm time series forecast
Ecm time series forecastEcm time series forecast
Ecm time series forecastAyapparaj SKS
 
2004-09-29 Status Report on CATT and FASTNET
2004-09-29 Status Report on CATT and FASTNET2004-09-29 Status Report on CATT and FASTNET
2004-09-29 Status Report on CATT and FASTNETRudolf Husar
 
2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...
2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...
2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...Azavea
 
Predicting flight cancellation likelihood
Predicting flight cancellation likelihoodPredicting flight cancellation likelihood
Predicting flight cancellation likelihoodAashish Jain
 
procedure for crime prevention and environmental degradation.pptx
procedure for crime prevention and environmental degradation.pptxprocedure for crime prevention and environmental degradation.pptx
procedure for crime prevention and environmental degradation.pptxIsMaiRa2
 
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...IRJET Journal
 
EcoTas13 Hutchinson e-MAST ANU
EcoTas13 Hutchinson e-MAST ANUEcoTas13 Hutchinson e-MAST ANU
EcoTas13 Hutchinson e-MAST ANUTERN Australia
 
Climate Change in Cincinnati
Climate Change in CincinnatiClimate Change in Cincinnati
Climate Change in CincinnatiSpandana Pothuri
 
Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...
Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...
Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...Eugene Siow
 
Programming in C Lab
Programming in C LabProgramming in C Lab
Programming in C LabNeil Mathew
 
Data Mining & Analytics for U.S. Airlines On-Time Performance
Data Mining & Analytics for U.S. Airlines On-Time Performance Data Mining & Analytics for U.S. Airlines On-Time Performance
Data Mining & Analytics for U.S. Airlines On-Time Performance Mingxuan Li
 
Big data meets evm (submitted)
Big data meets evm (submitted)Big data meets evm (submitted)
Big data meets evm (submitted)Glen Alleman
 

Similar to Ads final report - Team 8 (20)

TC19_HandsOn_Session_FINAL.pptx
TC19_HandsOn_Session_FINAL.pptxTC19_HandsOn_Session_FINAL.pptx
TC19_HandsOn_Session_FINAL.pptx
 
Recorded Future News Analytics for Financial Services
Recorded Future News Analytics for Financial ServicesRecorded Future News Analytics for Financial Services
Recorded Future News Analytics for Financial Services
 
JGrass-NewAge rain-snow separation
JGrass-NewAge rain-snow separationJGrass-NewAge rain-snow separation
JGrass-NewAge rain-snow separation
 
Assignment Details There is a .h file on Moodle that provides a defi.pdf
Assignment Details There is a .h file on Moodle that provides a defi.pdfAssignment Details There is a .h file on Moodle that provides a defi.pdf
Assignment Details There is a .h file on Moodle that provides a defi.pdf
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and Forecasting
 
Weather forcasting.pptx
Weather forcasting.pptxWeather forcasting.pptx
Weather forcasting.pptx
 
Ecm time series forecast
Ecm time series forecastEcm time series forecast
Ecm time series forecast
 
2004-09-29 Status Report on CATT and FASTNET
2004-09-29 Status Report on CATT and FASTNET2004-09-29 Status Report on CATT and FASTNET
2004-09-29 Status Report on CATT and FASTNET
 
2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...
2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...
2011 NIJ Crime Mapping Conference - Data Mining and Risk Forecasting in Web-b...
 
Predicting flight cancellation likelihood
Predicting flight cancellation likelihoodPredicting flight cancellation likelihood
Predicting flight cancellation likelihood
 
procedure for crime prevention and environmental degradation.pptx
procedure for crime prevention and environmental degradation.pptxprocedure for crime prevention and environmental degradation.pptx
procedure for crime prevention and environmental degradation.pptx
 
FINAL [Autosaved]
FINAL [Autosaved]FINAL [Autosaved]
FINAL [Autosaved]
 
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
 
EcoTas13 Hutchinson e-MAST ANU
EcoTas13 Hutchinson e-MAST ANUEcoTas13 Hutchinson e-MAST ANU
EcoTas13 Hutchinson e-MAST ANU
 
Climate Change in Cincinnati
Climate Change in CincinnatiClimate Change in Cincinnati
Climate Change in Cincinnati
 
Final presentation MIS 637 A - Rishab Kothari
Final presentation MIS 637 A - Rishab KothariFinal presentation MIS 637 A - Rishab Kothari
Final presentation MIS 637 A - Rishab Kothari
 
Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...
Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...
Patching Mr Robot: Mitigating IoT-Related Cyber-Social-Disasters by getting F...
 
Programming in C Lab
Programming in C LabProgramming in C Lab
Programming in C Lab
 
Data Mining & Analytics for U.S. Airlines On-Time Performance
Data Mining & Analytics for U.S. Airlines On-Time Performance Data Mining & Analytics for U.S. Airlines On-Time Performance
Data Mining & Analytics for U.S. Airlines On-Time Performance
 
Big data meets evm (submitted)
Big data meets evm (submitted)Big data meets evm (submitted)
Big data meets evm (submitted)
 

Recently uploaded

Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
Spark3's new memory model/management
Spark3's new memory model/managementSpark3's new memory model/management
Spark3's new memory model/managementakshesh doshi
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...shivangimorya083
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 

Recently uploaded (20)

Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
Spark3's new memory model/management
Spark3's new memory model/managementSpark3's new memory model/management
Spark3's new memory model/management
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 

Ads final report - Team 8

  • 1. Internet of Things Analytics ADVANCES IN DATA SCIENCE AND ARCHITECTURE TEAM 8 ANKITA SURESH SHANBHAG VIGNESH KARTHIKEYAN SRINIKETAN G.S
  • 2. Problem Statement We have the weather station data from, for this analysis we have chosen Boston, MA and weather data from the year 2008 to present. We are going to forecast the weather for the next few days. Our Web application will display the forecast for the future period and will get updated every day. We are forecasting the future weather using the past data so we have used AR + I + MA modeling (ARIMA) for the forecast as the future data depends only on the past trend. And we have tried to observe the trend and seasonal components out of our data and the trend represents the gradual increase in temperature over the year, which might be due to global warming.
  • 3. Column Type Timestamp Date EST character Max.TemperatureF numeric Mean.TemperatureF numeric Min.TemperatureF numeric Max.Dew.PointF numeric MeanDew.PointF numeric Min.DewpointF numeric Max.Humidity numeric Mean.Humidity numeric Min.Humidity numeric Max.Sea.Level.PressureIn numeric Mean.Sea.Level.PressureIn numeric Min.Sea.Level.PressureIn numeric Max.VisibilityMiles numeric Mean.VisibilityMiles numeric Min.VisibilityMiles numeric Max.Wind.SpeedMPH numeric Mean.Wind.SpeedMPH numeric Max.Gust.SpeedMPH numeric PrecipitationIn numeric CloudCover numeric Events character WindDirDegrees.br... character
  • 5. It can be observed that there is a seasonality component to data but the trend is not clearly visible so on decomposing we get.
  • 6. Detect the seasonality using Fourier transform
  • 7. Code to get frequency The out put we get
  • 8. Code to decompose The out put we get
  • 9. Code to get (p,d,q) The out put we get Code to get forecast The out put we get
  • 12. The forecast Data we get is:- (snap shot taken on 12 Dec 2016)
  • 13. Add other weather components Weather component (p,d,q) Mean.TemperatureF (9,0,0) MeanDew.PointF (1,0,1) Mean.Humidity (2,0,2) Mean.VisibilityMiles (0,1,2) PrecipitationIn (0,0,1) CloudCover (0,0,1) Events Cannot be computed
  • 14. forecast the weather for next 10 days
  • 15. Events : compute Weather component (p,d,q) Variable Type Mean.TemperatureF (9,0,0) Independent MeanDew.PointF (1,0,1) Independent Mean.Humidity (2,0,2) Independent Mean.VisibilityMiles (0,1,2) Independent PrecipitationIn (0,0,1) Independent CloudCover (0,0,1) Independent Events Perform Regressio n Dependent
  • 16. Filter out only the necessary variables
  • 18. Predict the ‘Events’ using dependent variable mentioned above
  • 19. Forecast for 10 days into the future