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