section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
364 stars 889 forks source link

On-Time Series Data utilizing Facebook Prophet, an Anomaly Detection Model #5792

Closed AshaIha closed 2 years ago

AshaIha commented 2 years ago

Topic Suggestion

On-Time Series Data utilizing Facebook Prophet, an Anomaly Detection Model

Proposed article introduction

The collecting of data at regular intervals, such as hourly or weekly, is called a time series. Examples of time-series data include the stock market and online sales figures. It is possible to split and create random samples in time-series data analysis and preprocessing, making it distinct from other types of data analysis.

Time-series data analysis and preparation must be done with care, as each value depends on the preceding one. Detecting patterns in data using various visualization approaches is common, however, anomaly detection with time-series data is handled differently. You will study and practice anomaly detection in time-series data with Facebook Prophet in this post.

Key takeaways

Article quality

In this article, we'll learn about On-Time Series Data utilizing Facebook Prophet, an Anomaly Detection Model. The code will be easy to read and understand.

References

N/A

Templates to use as guides

lalith1403 commented 2 years ago

What is on-time series data?

AshaIha commented 2 years ago

What is on-time series data?

It is called time-stamped data, or time-series data. It is a set of data points that are arranged in time order. It's common for these data points to be made up of a series of measurements taken from the same source over a period of time. They are used to seeing how things have changed over time. @lalith1403

AshaIha commented 2 years ago

It's been long. No response yet.

On Wed, Dec 29, 2021, 10:10 PM Lalithnarayan C @.***> wrote:

What is on-time series data?

— Reply to this email directly, view it on GitHub https://github.com/section-engineering-education/engineering-education/issues/5792#issuecomment-1002739905, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVOOEMO4FTYABDKF6SO45UDUTNMMBANCNFSM5K2P75VA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: <section-engineering-education/engineering-education/issues/5792/1002739905 @github.com>

AshaIha commented 2 years ago

@lalith1403 @louisefindlay23

lalith1403 commented 2 years ago

Good afternoon and thank you for submitting your topic to the EngEd program. After some careful consideration, it struck us that this topic may be a bit over-saturated throughout other blog sites and official documentations.

We typically refrain from publishing content that is covered widely on the net or other blogs. We're more interested in original, practitioner-focused content that takes a deeper dive into programming-centric concepts.

But in order to approve the topic, it has to serve value to the larger developer community at large. An option and a great way to write this as an in-depth article and make it more add value to the greater developer community at large would be to walk the reader through the USE of methods and functions by building a unique, different, useful project.

We would love to learn your thought process behind the solution you arrived at using these concepts and topics.

That way a developer could see them in action. As mentioned above - we believe this topic is widely covered on other blog sites.

The best way for students to build a great portfolio is by building what does not exist and what can provide the most value.