Releases: maxmekiska/imbrium
Releases · maxmekiska/imbrium
Code refactoring, minor name change
0.1.8
- major refactoring of code base
- minor name change from Imbrium to imbrium
Code format change, Minor refactoring
-
improved source code format
-
improved scaling selector mechanism
Python version conflict fix
- solved python version conflict by only allowing python 3.7.*
Save models to any path
-
added getter methods for optimizer and model id
-
added more unit-tests
-
save_model method allows now to specify a customized path
Guard against over fitting
-
added keras native call-back feature to fit_model method
-
minor docstring changes
-
minor default value issues in fit_model method solved
Layer configuration option added
-
added model loss variable type
-
architecture layers can now be adjusted by defining the number of neurons and activation function type
-
improved docstrings
Support for Multivariate Encoder Decoder Architectures
- encoder-decoder predictor support for multistep multivariate time series
Initial Release
Initial release.