Python Forum
Identify anomalies in a payment detail dataset for a period
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identify anomalies in a payment detail dataset for a period
#1
I noticed that we can use Facebook Prophet for univariate and Multivariate type time-series datasets.

Univariate - Date, target (eg. Payments amount)
Multivariate - Date, target (eg. Payments amount), another related field (eg. Production units)

In my dataset, I have to identify anomalies in each vendor wise.

eg. Date, Vendor Name, Payment amount

Is it possible to use this type of dataset to identify anomalies through facebook prophet time series modeling?
Do I have to 1. slice the dataset into parts (eg. vendor-wise) and analyze it with Facebook Prophet separately for each vendor,
2. add a new column showing the bin value based on payment amount, use it with the multivariate method?

Is there any other better way/method to consider to identify anomalies?
Appreciate it if someone can help
Reply
#2
These questions look like they should be asked of Facebook Prophet, not python.
Python can accommodate whatever is required.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Iterate through dataframe to extract delta of a particular time period lynnette1983 1 1,663 Oct-22-2020, 12:19 AM
Last Post: scidam
  Unable to identify Tuple index error appmkl 4 4,713 Jun-28-2019, 10:12 AM
Last Post: appmkl
  Match a table with sub-total values to its detail value table klllmmm 2 3,821 Apr-03-2019, 11:28 AM
Last Post: klllmmm

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020