Commit Graph

579 Commits

Author SHA1 Message Date
Petrônio Cândido de Lima e Silva
afc9b219ce
Update wmvfts.py - class_weights 2023-05-26 14:24:41 -03:00
Petrônio Cândido de Lima e Silva
560dcfacf6
Update Activations.py - weights 2023-05-26 14:21:12 -03:00
Petrônio Cândido de Lima e Silva
b8cfea5278
Update wmvfts.py - class_weights 2023-05-26 14:13:41 -03:00
Petrônio Cândido
02f6022a53 Refactoring and documentation updates 2023-05-24 20:18:52 -03:00
Petrônio Cândido
471d7b2f48 Documentation update 2023-05-24 20:05:50 -03:00
Petrônio Cândido de Lima e Silva
e2f30434b7
Merge pull request #44 from PYFTS/release1.7
Fixing documentation
2023-05-24 19:48:18 -03:00
Petrônio Cândido
7f6ab34b78 Time Series sample classification infrastructure; WMVFTS is the first method with a functional implementation 2023-05-24 19:46:07 -03:00
Petrônio Cândido de Lima e Silva
4c77ecc73f
Update .zenodo.json 2023-04-24 15:38:42 -03:00
Petrônio Cândido de Lima e Silva
0546544890
Create CITATION.cff 2023-04-24 15:37:47 -03:00
Petrônio Cândido de L. Silva
e14927bc96 Release pkg1.7 2023-03-20 11:27:31 -03:00
Petrônio Cândido de Lima e Silva
b61d91c0d1
Merge pull request #43 from PYFTS/release1.7
Release1.7
2023-03-20 11:14:33 -03:00
Petrônio Cândido de Lima e Silva
6c79e98efe
Merge branch 'master' into release1.7 2023-03-20 11:14:14 -03:00
Petrônio Cândido de Lima e Silva
df629077e2
Improvement suggested by FABRICIO JAVIER ERAZO COSTA, replace np.arange for np.linspace 2023-03-20 11:11:12 -03:00
Petrônio Cândido de Lima e Silva
5757fa34e5
Bugfix proposed by FABRICIO JAVIER ERAZO COSTA 2023-03-20 11:08:37 -03:00
Petrônio Cândido de Lima e Silva
6a6eb77d0d
Bugfix: Wrong number of partitions been generated by GridPartitioner 2022-10-24 15:19:37 -03:00
Petrônio Cândido de Lima e Silva
a027c89d29
Update README.md 2022-09-15 09:26:15 -03:00
Petrônio Cândido de Lima e Silva
ccefdd55dd
Update README.md 2022-09-15 09:25:46 -03:00
Petrônio Cândido
2e736f446f Fixing documentation 2022-04-10 20:36:17 -03:00
Petrônio Cândido
6885f2df5b Fixing documentation and type hints 2022-04-10 14:32:24 -03:00
Petrônio Cândido
06d1bf6e6a Merge branch 'master' into release1.7 2022-04-10 12:58:47 -03:00
Petrônio Cândido de Lima e Silva
fa818e9bf7
Update roi.py 2022-03-04 08:58:51 -03:00
Petrônio Cândido de Lima e Silva
e72343e7a3
Update trend.py 2022-03-04 08:58:30 -03:00
Petrônio Cândido de Lima e Silva
c8f4513f5e
Improvement: New function highorder_fuzzy_markov_chain that return the fuzzy markov chain (prior probability vector and transition matrix) of a PWFTS model 2022-01-27 10:24:32 -03:00
Petrônio Cândido de Lima e Silva
d3aaa8a692
Bugfix: model.multivariate.variable was not considering the 'func' parameter 2022-01-27 09:58:28 -03:00
Petrônio Cândido de Lima e Silva
7823bdbbd4
Removing explicit SimpSOM dependency 2022-01-26 14:21:41 -03:00
Petrônio Cândido
4fa9d65cdf Refactoring: Type Hints 2021-08-16 15:01:37 -03:00
Petrônio Cândido
cee6474034 Refactoring: Type Hints 2021-08-15 15:14:32 -03:00
Petrônio Cândido de Lima e Silva
ad3e857024
Merge pull request #40 from PYFTS/autoencoders
Autoencoder Transformation
2021-05-14 10:41:44 -03:00
luizfysouza
096e677731 Autoencoder Transformation 2021-05-14 10:32:16 -03:00
MatheusCascalho
64ece2c33b
Update som.py
import SimpSOM module with other modules
2021-04-03 12:44:29 -03:00
Petrônio Cândido de Lima e Silva
98d6b63cb4
Merge pull request #39 from felipenv/master
- fix nmrse and forecast_step loop.
2021-03-03 20:08:50 -03:00
Felipe Vianna
49300f7bee - making nmrse metric compatible with predictions using step_to and steps_ahead
- fixing prediction forecast_step loop to go till last data point.
2021-03-03 10:05:31 +01:00
Petrônio Cândido de Lima e Silva
e536b0d8eb
Merge pull request #38 from felipenv/master
- fix rmse: aligned targets and forecasts for calculation
2021-02-23 10:40:53 -03:00
Felipe Vianna
d5c4482f20 - fix rmse: aligned targets and forecasts for calculation
- implement nmrse
2021-02-23 14:32:46 +01:00
Petrônio Cândido de Lima e Silva
acd007d680
Update differential.py 2021-02-22 15:15:17 -03:00
Petrônio Cândido
22de024b8f Merge branch 'master' of https://github.com/PYFTS/pyFTS 2021-02-22 14:48:24 -03:00
Petrônio Cândido
d7dd4822f5 Updating and refactoring legacy code 2021-02-22 14:48:18 -03:00
Petrônio Cândido de Lima e Silva
52e21f46c5
Merge pull request #37 from felipenv/master
New Transformation functions
2021-02-12 14:30:16 -03:00
Felipe Vianna
f883865132 adding requirements to setup file.
avoiding max pooling error when installing from source.
2021-02-12 15:50:48 +01:00
Felipe Vianna
21519fd0dd - fixing exponential moving average
- adding MaxPooling and AveragePooling transformations
2021-02-12 15:48:32 +01:00
Petrônio Cândido
ad6d82825e Enabling 'standard_horizon' parameter in PWFTS model 2021-01-15 10:16:12 -03:00
Petrônio Cândido
cb71bee2bc Merge branch 'master' of https://github.com/PYFTS/pyFTS 2021-01-13 15:32:21 -03:00
Petrônio Cândido
5b2b983619 Bugfixes due to circular imports 2021-01-13 15:31:59 -03:00
Petrônio Cândido de Lima e Silva
76617281b6
Update smoothing.py 2021-01-13 15:05:40 -03:00
Petrônio Cândido
8bf3f7b1e9 Documentation update 2021-01-12 20:10:49 -03:00
Petrônio Cândido
51bd6a5b3d Bugfixes 2021-01-12 20:05:34 -03:00
Petrônio Cândido
01198b8b08 Documentation update 2021-01-12 18:04:42 -03:00
Petrônio Cândido
d1fb71c30d Updating documentation 2021-01-12 17:40:50 -03:00
Petrônio Cândido
85b60749bd Smooting transformations 2021-01-12 17:40:21 -03:00
Petrônio Cândido
b0ff974ec0 Transformations refactoring 2021-01-12 15:28:06 -03:00