Configuration for PolynomialRegressor.

interface PolynomialRegressorConfig {
    polyFeatures: PolynomialFeaturesConfig;
    weights: number[][];
}

Properties

weights: number[][]