Esempio n. 1
0
def time_series_core_objectives():
    return get_core_objectives(ProblemTypes.TIME_SERIES_REGRESSION)
Esempio n. 2
0
def multiclass_core_objectives():
    return get_core_objectives(ProblemTypes.MULTICLASS)
Esempio n. 3
0
def regression_core_objectives():
    return get_core_objectives(ProblemTypes.REGRESSION)
Esempio n. 4
0
def binary_core_objectives():
    return get_core_objectives(ProblemTypes.BINARY)