|
DayF core
1.2.1.2
DayF (Decision at your Fingertips) is an AutoML freeware development framework that let developers works with Machine Learning models without any idea of AI, simply taking a csv dataset and the objective column
|


Public Member Functions | |
| def | __init__ (self) |
| Method constructor. More... | |
| def | set_precision (self, threshold) |
| Method to set precision measure Not implemented yet. | |
Public Member Functions inherited from gdayf.metrics.metricmetadata.MetricMetadata | |
| def | __init__ (self) |
| Method constructor. More... | |
Definition at line 28 of file multinomialmetricmetadata.py.
| def gdayf.metrics.multinomialmetricmetadata.MultinomialMetricMetadata.__init__ | ( | self | ) |
Method constructor.
| self | object pointer |
Definition at line 31 of file multinomialmetricmetadata.py.
1.8.13