Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfunction generate_data #183
Comments
|
Unfortunately, there is not time series data generation functionality yet...you are welcome to try out the TS data here: http://odds.cs.stonybrook.edu/#table1 |
|
This function seems to be there now: https://pyod.readthedocs.io/en/latest/pyod.utils.html#pyod.utils.data.generate_data |
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.