https://github.com/antoinecarme/pyaf

sort by:
Revision Author Date Message Commit Date
7c2f138 Double check tests for cycles 08 April 2020, 21:13:54 UTC
b70649b Debug cycles tests 08 April 2020, 21:13:38 UTC
374172e Corrected automaticallty generated test datasets 08 April 2020, 21:09:18 UTC
1672d26 Merge pull request #122 from antoinecarme/time_column_normalization_issue_121 Time column normalization issue 121 07 April 2020, 04:36:58 UTC
2959109 Updated references 07 April 2020, 03:31:24 UTC
1e5adaf Added a new long long long series example 07 April 2020, 02:55:44 UTC
382f660 Don;t warn about matplotlib errors 07 April 2020, 02:54:55 UTC
765609a Added missing Seasonal_DayOfYear 07 April 2020, 02:54:33 UTC
87efa44 Corrected seasonal encoding 07 April 2020, 02:54:08 UTC
10dae7c Added missing Seasonal_DayOfYear 07 April 2020, 02:53:34 UTC
08ac2f5 Time column is normalized frequently leading to a performance issue #121 Cycles computations can be improved by using enums instead of strings Avoid unnecessary time casts 06 April 2020, 22:58:06 UTC
9750898 Updated this script 06 April 2020, 22:57:38 UTC
8667b20 Time column is normalized frequently leading to a performance issue #121 Updated time column and row number clumns only when needed (huge performance improvement) 06 April 2020, 20:07:41 UTC
bb84bd5 Time column is normalized frequently leading to a performance issue #121 Test script 06 April 2020, 20:01:53 UTC
840a8b8 PyPI installer Tweaking minor releases (1.2.3 => 1.2.4) 05 April 2020, 16:54:07 UTC
31f53b4 Updated references for travis-ci tests 05 April 2020, 08:24:54 UTC
e334b3c Fixed some travis-ci build errors New release 1.2.3 05 April 2020, 07:27:23 UTC
05116a0 Fixed build tests Clear the state of pathos.multiprocessing pool 05 April 2020, 06:52:53 UTC
af391c7 PyPI installer Keep track of the commands used to build the package and upload it to PyPI. 05 April 2020, 01:16:43 UTC
bfdc49e version 1.2.2 05 April 2020, 00:46:48 UTC
54e0872 Corrected process pools 05 April 2020, 00:44:14 UTC
fea04d3 Package installer Latest tweaks (1.2.0 => 1.2.1) 05 April 2020, 00:30:52 UTC
bd5e0f4 Package installer Latest tweaks 05 April 2020, 00:29:43 UTC
6fd9381 Package installer Latest tweaks 05 April 2020, 00:29:05 UTC
d240c07 Update README.md 04 April 2020, 18:17:18 UTC
8c2344e Merge pull request #120 from antoinecarme/pypi-installer Pypi installer 04 April 2020, 17:34:12 UTC
d4e11a7 Some package dependencies are optional #117 04 April 2020, 16:12:21 UTC
b38522c Update the doc for install 04 April 2020, 16:10:58 UTC
6a726ec Version update (1.1 => 1.2) 04 April 2020, 16:10:30 UTC
51212c6 Specify the dtype of empty series 04 April 2020, 12:47:18 UTC
2306352 Added an empty file 04 April 2020, 12:46:56 UTC
a323e64 Updated import in tests use import tests.xxxx instead of import pyaf.tests.xxxx 04 April 2020, 12:46:03 UTC
f7768cf File reorganization (WIP) 04 April 2020, 12:01:00 UTC
0c2c2ea Updated package version 04 April 2020, 11:56:01 UTC
0436dc3 Added missing files 04 April 2020, 11:49:33 UTC
d4f9c92 Update .travis.yml 04 April 2020, 11:45:53 UTC
9130d1d Updated PYTHONPATH for travis-ci tests 04 April 2020, 11:32:44 UTC
802fee5 First steps twords a working PyPi installer. 04 April 2020, 11:20:26 UTC
21ac4e4 Apply patch by jmabry as a start point shameless copy of https://github.com/jmabry/pyaf/commit/8b4ba0fbde42cbc374130a935b2e48f1a585d847 04 April 2020, 11:04:23 UTC
0f87fa1 Updated some perf naming (L1 == MAE , L2 == RMSE) 27 March 2020, 14:18:06 UTC
d16241a Added some info (disk, ram, cpu) 30 January 2020, 12:22:31 UTC
2bee2a6 Fail for python version < 3.5 09 September 2019, 08:44:22 UTC
6638660 ModuleNotFoundError: No module named 'multiprocess' #114 Added pathos and dill 09 September 2019, 08:28:51 UTC
1a5bca8 Update README.md 30 May 2019, 10:04:51 UTC
5045b93 Update README.md 27 May 2019, 21:46:41 UTC
1d7c1aa Added a point about time frequency 27 May 2019, 20:16:34 UTC
f5bdfc5 Updated these models (experimental) 28 April 2019, 18:05:09 UTC
cd38b95 Added some module verison report 14 April 2019, 14:31:42 UTC
bb46dcd Use xenial ubuntu To be able to switch to python 3.7 see https://docs.travis-ci.com/user/languages/python/ 10 April 2019, 17:04:17 UTC
62fa78d Use python 3.7 10 April 2019, 16:56:23 UTC
c846700 Update .travis.yml Travsi-ci complained about global running time too long. Disabled two large jupyter notebook checks. 03 February 2019, 11:57:30 UTC
a49daf0 Update README.md 22 January 2019, 19:07:27 UTC
e55c8c5 Delete AAAA_THESE_ARE_EXPERIMENTAL_NOTEBOOKS_DO_NOT_USE 22 January 2019, 19:05:52 UTC
003fcf0 Update README.md 22 January 2019, 19:05:31 UTC
c180afe Added a redme file 22 January 2019, 19:04:22 UTC
8673749 renamed a doc 22 January 2019, 19:02:06 UTC
bfa7b55 moved a doc 22 January 2019, 19:00:26 UTC
0d95884 Create THESE_ARE_EXPERIMENTAL_NOTEBOOKS_DO_NOT_USE 22 January 2019, 18:58:11 UTC
aeef0a2 Update README.md 09 December 2018, 02:47:53 UTC
9fa8d39 Updated this document to reflect new features. Keep this doc up-to-date. 09 December 2018, 02:35:01 UTC
ba09233 delete/rename a file 02 November 2018, 20:01:05 UTC
4eba3f5 Renamed this file 02 November 2018, 20:00:35 UTC
6a07adb Merge pull request #108 from antoinecarme/croston Add Croston Method #97 01 November 2018, 14:37:41 UTC
9429d65 Add Croston Method #97 Updated this notebook 01 November 2018, 12:43:13 UTC
9165a9a Add Croston Method #97 Added some test reference logs 01 November 2018, 12:38:01 UTC
c0944b0 Merge branch 'master' into croston 31 October 2018, 19:48:27 UTC
c49c57a Add Croston Method #97 Updated Makefile. Added croston tests 31 October 2018, 18:59:26 UTC
3ed373a Add Croston Method #97 Allow optimizing alpha when not set (cCrostonOptions.mAlpha = None) 31 October 2018, 18:56:05 UTC
80f782f Add Croston Method #97 Allow optimizing alpha when not set (cCrostonOptions.mAlpha = None) 31 October 2018, 18:54:41 UTC
f4455eb Add Croston Method #97 Added two more tests 31 October 2018, 18:53:50 UTC
6db1a9c Add Croston Method #97 fill first empty fit data with zero counts (when signal starts with zeros) 30 October 2018, 16:17:44 UTC
71f017a Add Croston Method #97 fpp2 counts example 30 October 2018, 15:42:53 UTC
5651e9f Add Croston Method #97 Correcetd croston output 30 October 2018, 15:23:03 UTC
4c79068 Add Croston Method #97 Correcetd croston forecast (constant) 30 October 2018, 15:22:12 UTC
2fec334 Add Croston Method #97 Updated this test 30 October 2018, 15:21:36 UTC
063ef4f Add Croston Method #97 Added a demo notebook 29 October 2018, 18:32:58 UTC
c421d3f Add Croston Method #97 Real croston implementation (WIP) 29 October 2018, 16:19:48 UTC
2325000 Add Croston Method #97 Allow building croston models (disabled by default) 29 October 2018, 16:19:10 UTC
18f535b Add Croston Method #97 Added some options to control croston model. 29 October 2018, 16:18:29 UTC
f363763 Add Croston Method #97 Added some tests 29 October 2018, 16:17:36 UTC
5bf295f Updated some logging messages 29 October 2018, 15:58:09 UTC
bd1e299 Added some synonyms L1 = MAE and L2 = RMSE 27 October 2018, 12:06:35 UTC
d868eac Add Croston Method #97 Updated this notebook 25 October 2018, 12:39:13 UTC
0d658b5 Add Croston Method #97 Added a notebook 25 October 2018, 12:38:31 UTC
cbe02d7 Add Croston Method #97 Added a prototyping notebook 24 October 2018, 17:56:45 UTC
2dce808 Merge pull request #107 from antoinecarme/double_check_exogenous_data Double check exogenous data 17 October 2018, 06:53:15 UTC
0da96e4 Corrected some debugging mode logs 16 October 2018, 10:17:27 UTC
c777f88 Double check exogenous data implementation #106 Added a test in slow mode (with all debuging options). Cross-validation activated 16 October 2018, 10:16:07 UTC
d386005 Double check exogenous data implementation #106 Added a XGBX (xgboost on lags) model. working 16 October 2018, 09:38:19 UTC
219ad02 Double check exogenous data implementation #106 Corrected SVRX models 16 October 2018, 09:36:05 UTC
bf1411d Double check exogenous data implementation #106 Adapted the test to use SVRX (not working) 16 October 2018, 09:30:25 UTC
e3c2b70 Double check exogenous data implementation #106 More detailed script. check the forecasts and the plots 16 October 2018, 09:27:35 UTC
4701d09 Double check exogenous data implementation #106 Correcetd an issue when the date column is a float 16 October 2018, 09:18:14 UTC
f3c0545 Double check exogenous data implementation #106 Added failing script 16 October 2018, 09:15:15 UTC
abc3cff Pickle tests Check that reloaded models are usable. they should produce the same forecasts and have the same plots 10 October 2018, 18:36:47 UTC
4839c43 Set gamma parameter explicitly in SVR Updated these logs 06 October 2018, 17:12:29 UTC
04e9537 Set gamma parameter explicitly in SVR 04 October 2018, 20:43:37 UTC
91b3e86 Added some tests for failing benchmarks 04 October 2018, 19:33:15 UTC
c3bb2f4 Robustify pearson computation (small variances) 04 October 2018, 19:31:39 UTC
42e8350 Don't allow running more than 100 processes in a single multiprocessing pool 04 October 2018, 19:30:49 UTC
back to top