Skip to content

1.4.3-beta.3

Pre-release
Pre-release

Choose a tag to compare

@mandar2812 mandar2812 released this 30 May 10:54
· 1148 commits to master since this release

Additions

Package dynaml.probability.mcmc

  • Added HyperParameterMCMC for performing MCMC sampling for models extending GloballyOptimizable.

Package dynaml.utils

  • Added trait HyperParameters outlining methods that must be implemented by entities having hyper-parameters

  • Added MeanScaler, PCAScaler to perform mean centering and PCA on data sets. Also added to DynaMLPipe pipe library.

Module scripts

  • Added gp_mcmc_santafe.sc worksheet to try new MCMC feature on GP models; applied on the Santa Fe laser data set.