Petrônio Cândido
191ddf90d8
Small bugfixes in benchmarks and benchmark models
2018-04-26 11:53:53 -03:00
Petrônio Cândido
95c6e90bfb
Bugfixes in Measures and optimizations on benchmarks
2018-04-25 18:47:51 -03:00
Petrônio Cândido
a446cec232
Bugfixes
2018-04-25 13:03:14 -03:00
Petrônio Cândido
abe9a45a47
k-Nearest Neighbors benchmark method
2018-04-25 11:36:01 -03:00
Petrônio Cândido
34995b72f8
Minor bugfixes
2018-04-24 15:47:28 -03:00
Petrônio Cândido
33dbeb8965
Minor bugfixes on pwfts.models
2018-04-24 12:57:40 -03:00
Petrônio Cândido
f3c6eda2ec
SQLITE3 interface for benchmarks; Support for for ProbabilityDistribution on Differentiation
2018-04-22 16:59:17 -03:00
Petrônio Cândido
6adf4710b6
pwfts.visualize_distributions
2018-04-19 16:21:59 -03:00
Petrônio Cândido
654ddec218
Improvements on benchmarks
2018-04-16 13:42:51 -03:00
Petrônio Cândido
ecfc9db862
PEP 256 documentation
2018-04-14 10:22:02 -03:00
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