Skip to content

Enable support of Cyclic Boosting Machines #127

@pst2154

Description

@pst2154

Tried using this but getting errors about categorical variables and bins.

fcst = MLForecast(
    models={
        'cbm': cbm.CBM(),
    },
    lags=[],
    date_features=[],
    #target_transforms=[MinMaxScaler()],
    freq='W',
    num_threads=4
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions