Skip to content

Saving models in current directory requires ./ #572

@desilinguist

Description

@desilinguist

Specifying just a model file name, e.g., Learner.save(foo.model) should just assume that we want to save foo.model in the current directory. However, it's expecting an explicit directory so we instead need to do Learner.save('./foo.model') which is silly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions