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