ml.combust.mleap.core

sklearn

package sklearn

Visibility
  1. Public
  2. All

Type Members

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

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

    Calculates the polynomial expansion according to the given combinations.

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

Ungrouped