Commit Graph

503 Commits

Author SHA1 Message Date
Petrônio Cândido
67a9d7e324 Merge branch 'master' of https://github.com/petroniocandido/pyFTS 2018-04-13 15:24:43 -03:00
Petrônio Cândido
3db6e69119 Improvements on benchmarks 2018-04-13 15:23:54 -03:00
Petrônio Cândido de Lima e Silva
a9da97cca0
Update README.md 2018-04-12 18:43:46 -03:00
Petrônio Cândido de Lima e Silva
7d876876e0
Update README.md 2018-04-12 18:24:32 -03:00
Petrônio Cândido de Lima e Silva
26a9ab68ff
Update _config.yml 2018-04-12 18:14:39 -03:00
Petrônio Cândido de Lima e Silva
9b63d625d4
Update _config.yml 2018-04-12 17:54:25 -03:00
Petrônio Cândido de Lima e Silva
086322e320
Update _config.yml 2018-04-12 17:50:31 -03:00
Petrônio Cândido
ff23d874bc Logo and icon 2018-04-12 17:47:54 -03:00
Petrônio Cândido de Lima e Silva
3ed39c0198 Set theme jekyll-theme-minimal 2018-04-12 17:31:58 -03:00
Petrônio Cândido
858319aca8 Bugfixes on nonstationary methods 2018-04-11 19:07:31 -03:00
Petrônio Cândido
d980078a8e Bugfixes on nonstationary methods 2018-04-11 15:52:11 -03:00
Petrônio Cândido
4ba6c16a2f Bugfixes on nonstationary methods 2018-04-11 15:03:21 -03:00
Petrônio Cândido
b65af00526 Bugfixes in pwfts 2018-04-11 14:11:58 -03:00
Petrônio Cândido
f9204b87c9 Bugfixes in pwfts 2018-04-11 01:31:17 -03:00
Petrônio Cândido
50c2b501b1 Refactoring to centralize the apply_transformations and apply_transformations_inverse inside fts.predict method 2018-04-11 01:12:55 -03:00
Petrônio Cândido
581f404b18 Improvements and bugfixes on pwfts.forecast_interval and pwfts.point_expected_value 2018-04-11 00:19:05 -03:00
Petrônio Cândido
24c4fadc08 Bugfixes at pwfts and improvements on benchmarks.plot_* 2018-04-10 12:39:56 -03:00
Petrônio Cândido
1312d96246 Bugfixes at pwfts.forecast_ahead_distribution 2018-04-09 14:52:25 -03:00
Petrônio Cândido
326d1b4f40 Merge branch 'master' of https://github.com/petroniocandido/pyFTS 2018-04-09 11:13:24 -03:00
Petrônio Cândido
1d7801bdbf - Benchmark refactoring to expose a unified and simpler interface (the method sliding_window_benchmarks)
- Improvements at FTS.fit and FTS.predict
 - PWFTS bugfixes and improvements
2018-04-09 11:09:28 -03:00
Petrônio Cândido de Lima e Silva
1b13b3aa2f
Including references on README 2018-03-11 10:51:38 -03:00
Petrônio Cândido de Lima e Silva
ac9b095a91
Update README.md
Adding DOI, reference and installation information on README
2018-03-09 13:56:23 -03:00
Petrônio Cândido
8ac8fec14c Configuring the new tag for pyPI release 2018-03-07 12:44:11 -03:00
Petrônio Cândido
a9a07204dc Configuring the new tag for pyPI release 2018-03-06 19:47:14 -03:00
Petrônio Cândido
11831b9769 Configuring the new tag for pyPI release 2018-03-06 17:33:08 -03:00
Petrônio Cândido
967d07e5bb Configuring the new tag for pyPI release 2018-03-06 16:08:14 -03:00
Petrônio Cândido
3297753129 Removing data files from the project 2018-03-06 15:01:55 -03:00
Petrônio Cândido
8f20f3634a Configuring the new tag for pyPI release 2018-03-05 18:32:23 -03:00
Petrônio Cândido
0233728fb0 Configuring the new tag for pyPI release 2018-03-05 18:05:52 -03:00
Petrônio Cândido
3d64c5065e - Bugfixes due to refactorings 2018-03-05 15:07:02 -03:00
Petrônio Cândido
9718f48b39 - common.Util.distributed_train
- Big refactoring to change FTS.sets from list to dict. This refactoring allow to remove references to the fuzzy sets from the FLRG and save memory.
 - HOFTS and PWFTS train and forecasting simplification by using the method generate_lhs_flrg
 - Small others bugfixes/improvements
2018-03-03 20:07:50 -03:00
Petrônio Cândido
00db6a30ad - Compacting datasets with bz2
- Refactoring generate_flrg and train methods
 - Introducing batches and model saving on fit method
2018-03-02 19:20:21 -03:00
Petrônio Cândido
cbc0974a3b Merge branch 'master' of https://github.com/petroniocandido/pyFTS 2018-03-02 11:37:36 -03:00
Petrônio Cândido
7a124777f5 Code refactorings and bugfixes 2018-03-02 11:37:09 -03:00
Petrônio Cândido de Lima e Silva
c730df8051
Update README.md 2018-03-01 23:09:14 -03:00
Petrônio Cândido de Lima e Silva
97b1875fc6
Update README.md 2018-03-01 19:32:45 -03:00
Petrônio Cândido
3186fb96e8 - multivariate notebook 2018-03-01 17:30:39 -03:00
Petrônio Cândido
5e7c4794e2 - First fully-functional multivariate FTS method (multiavariate extension of Chen's method) 2018-03-01 14:13:17 -03:00
Petrônio Cândido
0e2ea9927d - Initial infrastructure for multivariate methods 2018-02-28 14:40:03 -03:00
Petrônio Cândido
1d583e8b0a - Seasonal partitioner 2018-02-28 13:45:55 -03:00
Petrônio Cândido
7a2dd7e54c Notebooks and method bugfixes and refactoring 2018-02-27 18:30:20 -03:00
Petrônio Cândido
37862c661d - More data files and artificial data generators 2018-02-27 12:56:05 -03:00
Petrônio Cândido
fc2e118576 -Data folder 2018-02-26 15:57:59 -03:00
Petrônio Cândido
e4838693a6 - Deep refactor on project folders 2018-02-26 13:29:11 -03:00
Petrônio Cândido
6e4df0ce33 - Deep refactor on function names for 2018-02-26 13:11:29 -03:00
Petrônio Cândido
09e5415929 bugfixes 2017-11-14 07:36:14 -02:00
Petrônio Cândido
2b038968f7 BoxCox Transformation 2017-10-25 10:09:28 -02:00
Petrônio Cândido
e9b86d7025 Conditional Variance FTS 2017-10-20 16:04:56 -02:00
Petrônio Cândido
2ea599fdb8 High Order Nostationary Fuzzy Time Series - HONSFTS 2017-10-17 00:18:12 -02:00
Petrônio Cândido
6f455f3215 - Improvements and refactorings on HOFTS, IFTS and PWFTS;
- Complete version of NSFTS
2017-10-11 22:51:50 -03:00