Commit Graph

499 Commits

Author SHA1 Message Date
Petrônio Cândido
6a1ee719b7 Removing direct dispy import from hyperparam modules 2020-01-27 14:54:38 -03:00
Petrônio Cândido
783a77ec0f Bugfix: GranularMVFTS and ClusteredMVFTS were not considering data transformations 2020-01-27 12:09:54 -03:00
Petrônio Cândido
94499f0f21 Bugfix in Transformations.ROI 2020-01-24 11:08:52 -03:00
Petrônio Cândido
ce312220d9 Documentation update 2020-01-24 00:45:40 -03:00
Petrônio Cândido
dbbedce622 Removing dispy imports on hyperparam 2020-01-24 00:42:51 -03:00
Petrônio Cândido
40bcd43230 LinearTrend and ROI transformations 2020-01-24 00:33:17 -03:00
Petrônio Cândido
87a50c1342 Random Search in hyperparam 2019-12-26 08:05:35 -03:00
Petrônio Cândido
ad1205121d Random Search in hyperparam 2019-12-25 22:11:08 -03:00
Petrônio Cândido
ed9c07deae Minor bugfixes and features for speed up measuring in distributed methods 2019-12-23 23:58:01 -03:00
Petrônio Cândido
2d5414f01f Documentation update 2019-12-17 17:39:03 -03:00
Petrônio Cândido
cbaa3942eb Appending margin, upper_margin and lower_margin parameters to Partitioner class. 2019-12-17 17:33:05 -03:00
Petrônio Cândido
a094ba04d4 Implementation of forecast_ahead in TimeVariant and IncrementalEnsemble methods 2019-11-27 17:39:01 -03:00
Petrônio Cândido
6c639545a3 Weighted NSFTS 2019-11-27 14:27:09 -03:00
Petrônio Cândido
9c9553e71e Bugfixes in High Order NSFTS 2019-11-27 08:59:40 -03:00
Petrônio Cândido
2b214e561b Merge branch 'master' of https://github.com/PYFTS/pyFTS 2019-11-26 23:55:39 -03:00
Petrônio Cândido
4552bb6bab High Order NSFTS refactoring 2019-11-26 23:54:49 -03:00
Petrônio Cândido de Lima e Silva
9f35a3caea
Adding uod_clip to False in Naïve method 2019-11-20 10:35:04 -03:00
Petrônio Cândido de Lima e Silva
8e82d2974a
Update TimeVariant.py 2019-11-17 15:54:01 -03:00
Petrônio Cândido
bc6a632a6d is_time_variant flag on FTS; offset() function in FTS; Documentation update 2019-11-15 16:48:47 -03:00
Petrônio Cândido
517a715a1d PWFTS bugfix on Naïve forecast 2019-11-07 16:03:52 -03:00
Petrônio Cândido de Lima e Silva
4f693ea9bb
Merge pull request #26 from murilocamargos/master
Add subtractive clustering technique as partitioning method
2019-11-01 10:39:11 -03:00
Murilo Camargos
00da89d806 Add subtractive clustering technique as partitioning method 2019-10-31 16:49:30 -03:00
Petrônio Cândido
039dca9d5d ResidualAnalysis bugfix 2019-09-30 19:28:04 -03:00
Petrônio Cândido
aa4598f79f Documentation update 2019-09-23 23:16:06 -03:00
Petrônio Cândido
9efe7ba453 Bugfixes in DEHO 2019-08-05 17:51:15 -03:00
Petrônio Cândido
5b7e4edcd7 Bugfixes in MVFTS and DEHO 2019-08-05 14:20:10 -03:00
Petrônio Cândido
876de2721d Bugfixes and improvements in MVFTS and DEHO 2019-08-05 10:24:29 -03:00
Petrônio Cândido
9f41a49ad9 Distributed Evolutionary Hyperparameter Optimization (DEHO) for MVFTS 2019-07-18 12:02:27 -03:00
Petrônio Cândido
0b03fbfa57 Bugfix in forecast_ahead 2019-07-05 08:02:33 -03:00
Petrônio Cândido
07832878c9 Bugfix on FTS.clip_uod 2019-07-03 20:19:30 -03:00
Petrônio Cândido
a0468d0fed Several bugfixes and improvements in pwfts and ProbabilityDistribution 2019-06-23 11:51:40 -03:00
Petrônio Cândido
34ed8a1002 Small bugfix in pwfts and hofts 2019-06-23 11:33:26 -03:00
Petrônio Cândido
690f9bdc7e Small bugfix in pwfts.forecast_ahead_distribution 2019-06-23 11:11:18 -03:00
Petrônio Cândido
61707f94a6 Small bugfix in pwfts.forecast_ahead_distribution 2019-06-23 11:07:34 -03:00
Petrônio Cândido
1168365a17 common.plot_distributions_tiled 2019-06-23 09:47:06 -03:00
Petrônio Cândido
f3cf757e96 Bugfixes and improvements on pwfts and multivariate.granular 2019-06-22 18:29:40 -03:00
Petrônio Cândido
35898f338a Improvements for numerical stability 2019-06-22 09:20:53 -03:00
Petrônio Cândido
de82af1b9d Improvements for forecasting ahead in ClusteredMVFTS 2019-06-21 15:40:20 -03:00
Petrônio Cândido
a6d9d164e4 Improvements for forecasting ahead in ClusteredMVFTS 2019-06-21 15:10:19 -03:00
Petrônio Cândido
812b99bcea Documentation update 2019-06-21 11:34:49 -03:00
Petrônio Cândido
1237f3c2e3 Improvements on pwfts to support GranularFTS; Improvementos on mvfts methods, fuzzy sets and partitioners to support interval and probabilistic forecasting 2019-06-21 11:32:56 -03:00
Petrônio Cândido
354a3131c9 Refactoring to remove FTS.sets attribure; Refactoring to move Partitioner.extract to a class method; Bugfixes in distributed fit and predict 2019-06-20 17:38:36 -03:00
Petrônio Cândido
f2bf2b5d87 Improvements of hyperparam.Evolutive, flexibilization and modularization of the GA 2019-06-17 13:50:40 -03:00
Petrônio Cândido
6e32f1ecb9 Improvements on MVFTS.forecast_ahead for supporting CMVFTS many steps ahead forecasts 2019-06-17 11:40:24 -03:00
Petrônio Cândido
8818cfe529 Bugfix on MVFTS.forecast_ahead 2019-06-17 10:57:09 -03:00
Petrônio Cândido
c7dd392575 Bugfix on FTS.uod_clip for MVFTS methods 2019-06-17 09:25:47 -03:00
Petrônio Cândido de Lima e Silva
67b2104445
Update ResidualAnalysis.py 2019-06-11 16:59:48 -03:00
Petrônio Cândido de Lima e Silva
ef29c794c5
Update ResidualAnalysis.py 2019-06-11 16:57:58 -03:00
Petrônio Cândido de Lima e Silva
098c5fddc2
Ljung-Box test in ResidualAnalysis 2019-06-11 16:40:42 -03:00
Petrônio Cândido de Lima e Silva
461b3bd850
Improvement on Box-Ljung text in Residual Analysis 2019-06-11 13:07:27 -03:00