-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarking Process #45
Comments
Some sanity checks. Updated perf indicators, corrected MASE computation in limit cases.
Updated horizons for M{1,2,3,4} tests
Split M4 competition by series type
Corrected an issue with M4 ECON1830 series (MASE computation)
split M4 competition by series type
split M4 competitoion by series type
split M4 competitoion by series type
split M4 competitoion by series type
Some memory management issues solved.
Added some scripts for the longest horizon M4 series
sanity check : The benchmarks M1, M2, M3, M4 , NN3 and NN5 are now working. |
Added a new repository PyAF_Benchmarks to store benchamrk data under : |
Revisited yahoo stock internal benchmark.
nyse_VRS is too small. no failure is allowed. predict a horizon of 1.
Added an internal benchmark (specific to PyAF) based on 4818 stock values of the following indices: ['aex', 'aord', 'bvsp', 'cac40', 'currency', 'dow_jones', 'eurindex', 'euronext', 'eurostoxx50', 'exch', 'ftse100', 'ftse250', 'ftseall', 'gdaxi', 'ibex35', 'ibexnm', 'ipc', 'kospi', 'mc', 'merval', 'mib30', 'mibtel', 'midex', 'my_test', 'nasdaq', 'nasdaqbio', 'ny100', 'nysecomp', 'nyworldlead', 'othindex', 'smi', 'sp500', 'spmib', 'sse', 'ta100', 'tsx', 'usindex'] |
sanity check : These benchmarks allow building models on around 20000 time series from different businesses: M1 : 1001 series logs are available under https://github.com/antoinecarme/PyAF_Benchmarks |
Added a jupyter notebook to generate benchmark reports https://github.com/antoinecarme/PyAF_Benchmarks/blob/master/reporting/bench-debrief.ipynb Added first report generation data : https://github.com/antoinecarme/PyAF_Benchmarks/tree/master/reporting/data |
Need to run a benchmarking process to review the current state of PyAF.
In as first time, we will see this as a sanity check (correct some bugs here and there ;).
In a second time, a report is generated with performance figures.
The text was updated successfully, but these errors were encountered: