EModelType

class catboost_spark.EModelType(value)[source]

Bases: enum.Enum

An enumeration.

Attributes Summary

AppleCoreML

CPUSnapshot

CatboostBinary

Cpp

Json

Onnx

Pmml

Python

Attributes Documentation

AppleCoreML = 1
CPUSnapshot = 7
CatboostBinary = 0
Cpp = 2
Json = 4
Onnx = 5
Pmml = 6
Python = 3