Skip to content

Latest commit

 

History

History
119 lines (79 loc) · 2.01 KB

api.rst

File metadata and controls

119 lines (79 loc) · 2.01 KB

The PyePAL API reference

The PAL package

Core functions

pyepal.pal.core

Base class

pyepal.pal.pal_base

For GPy models

pyepal.pal.pal_gpy

For coregionalized GPy models

pyepal.pal.pal_coregionalized

For sklearn GPR models

pyepal.pal.pal_sklearn

For quantile regression with LightGBM

pyepal.pal.pal_gbdt

For GPR with GPFlow

pyepal.pal.pal_gpflowgpr

Schedules for hyperparameter optimization

pyepal.pal.schedules

Utilities for multiobjective optimization

pyepal.pal.utils

Utilities for plotting

pyepal.plotting

Input validation

pyepal.pal.validate_inputs

The models package

Helper functions for GPR with GPy

pyepal.models.gpr