Package

ml.combust.mleap.core

sklearn

Permalink

package sklearn

Visibility
  1. Public
  2. All

Type Members

  1. case class Polynomial(terms: List[Term]) extends Product with Serializable

    Permalink
  2. case class PolynomialFeaturesModel(combinations: String) extends Model with Product with Serializable

    Permalink

    Calculates the polynomial expansion according to the given combinations.

  3. case class Term(index: Int, power: Int) extends Product with Serializable

    Permalink

Ungrouped