Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 897 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 897 Bytes

MLJGaussianProcesses

MLJGaussianProcesses.jl is a package for using Gaussian Processes in MLJ based on the Gaussian Process implementation from the JuliaGPs group. The current implementation provides a probabilistic model GPR (for Gaussian Process Regressor) with support for custom mean functions and kernel functions from KernelFunctions.jl.