Skip to content

TypeError: train() got an unexpected keyword argument 'categorical_feature' #109

@MikeLugo

Description

@MikeLugo

Hi,

Upon running the following code:

%%capture

modeler = LGBSurvivalModeler(data=data_processor.data);
modeler.build_model()

I receive TypeError: train() got an unexpected keyword argument 'categorical_feature'. Is there a way around this?

For reference, I am using your case study to better understand the FIFE. I've included an attachment with the error as well.

Thank you!

Very Respectfully,
Mike L.

TypeError.md

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