LinearRegressionSpec
Wire-portable spec for the three LinearRegressionResult-typed regressors that RegressionContextualBandit composes with. RegressionTree-based regressors and other non-linear stats are not yet wire-portable; construct them programmatically.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "BayesianRegression")
Spec for com.eignex.kumulant.stat.regression.glm.BayesianRegressionStat with isotropic prior.
Link copied to clipboard
@Serializable
@SerialName(value = "DiagonalRegression")
Link copied to clipboard
@Serializable
@SerialName(value = "StochasticRegression")