RandomFeatures

A julia package to construct and apply random feature methods for regression. RandomFeatures can be viewed as an approximation of kernel methods. They can be used both as a substitution in Kernel ridge regression and Gaussian Process regresison.

ModulePurpose
RandomFeaturesContainer of all tools
SamplersSamplers for constrained probability distributions
FeaturesBuilds feature functions from input data
MethodsFits features to output data, and prediction on new inputs
UtilitiesUtilities to aid batching, and matrix decompositions

Highlights

  • A flexible probability distribution backend with which to sample features, with a comprehensive API
  • A library of modular scalar functions to choose from
  • Methods for solving ridge regression or Gaussian Process regression problem, with functions for producing predictive means and (co)variances using fitted features.
  • Examples that demonstrate using the package EnsembleKalmanProcesses.jl to optimize hyperparameters of the probability distribution.

Authors

RandomFeatures.jl is being developed by the Climate Modeling Alliance. The main developers are Oliver R. A. Dunbar and Thomas Jackson, with acknowledgement that the code was based on a python repository developed by Oliver R. A. Dunbar, Maya Mutic, and Nicholas H. Nelsen.