Skip to content

1.4.3

Compare
Choose a tag to compare
@mandar2812 mandar2812 released this 13 Jun 13:23
· 1106 commits to master since this release

DynaML REPL

Additions

Module scripts

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

General

  • Updated Ammonite version to 0.9.9

Pipes API

Additions

Package dynaml.pipes

  • Added ._1 and ._2 members in ParallelPipe

Core API

Additions

Package dynaml.models.neuralnets

Package dynaml.models.bayes

  • Added * method to CoRegGPPrior which scales it with to a ParallelPipe

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.

  • Added tail recursive computation of the Chebyshev polynomials of the first and second kind in utils.chebyshev.

Improvements

Package dynaml.models.bayes

  • Added trendParamsEncoder which converts the trend/mean parameters into a scala Map[String, Double] making them
    consistent with covariance parameters. Added to GaussianProcessPrior and ESGPPrior families.