PMML (Predictive Model Markup Language) is an XML-based language used
to represent data mining models, including classification models.
It allows different applications to share and use these models,
regardless of the vendor or the specific tool used to create them.
Classification models, in particular, predict categorical values,
assigning data points to specific classes.
Classification Models:
These models predict a discrete category for each data point,
such as "spam" or "not spam," or "cat," "dog," or "bird".
cythonize -3 -a -i ObjServiceClassificationPmmlRead.py
Compiling /home/axion/projects/axion/factory.service/package.core/ObjServiceClassificationPmmlRead.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.service/package.core/ObjServiceClassificationPmmlRead.py
Updated : 2025-09-10