Skip to content

Latest commit

 

History

History
103 lines (93 loc) · 10.2 KB

File metadata and controls

103 lines (93 loc) · 10.2 KB
Apache Spark ML

Examples: main.py

JPMML-SparkML
  • Feature decorators and transformers:
    • org.jpmml.sparkml.feature.CategoricalDomainModel (the result of fitting a feature.CategoricalDomain)
    • org.jpmml.sparkml.feature.ContinuousDomainModel (the result of fitting a feature.ContinuousDomain)
    • org.jpmml.sparkml.feature.InvalidCategoryTransformer
    • org.jpmml.sparkml.feature.VectorDensifier (formerly org.jpmml.sparkml.feature.SparseToDenseTransformer)
    • org.jpmml.sparkml.feature.VectorDisassembler
LightGBM

Examples: main.scala

XGBoost

Examples: main.scala