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
h2oanomaliesmetricmetadata.py
1 
4 
5 '''
6 Copyright (C) e2its - All Rights Reserved
7  * Unauthorized copying of this file, via any medium is strictly prohibited
8  * Proprietary and confidential
9  *
10  * This file is part of gDayF project.
11  *
12  * Written by Jose L. Sanchez <e2its.es@gmail.com>, 2016-2019
13 '''
14 
15 from gdayf.handler_metrics.h2oregressionmetricmetadata import H2ORegressionMetricMetadata
16 
17 
18 
22 
23 
25  def __init__(self):
26  H2ORegressionMetricMetadata.__init__(self)
27 
28 
29 
Class Base for Regression metricts as OrderedDict Base Metrics for Regression [No expanded metrics]...
Class Base for Regression metricts as OrderedDict Base Metrics for Regression [No expanded metrics]...
Define Regression Metric object as OrderedDict() of common measures for all frameworks on an unified ...