Skip to content

bug-file-name-mismatch-if-acapital-letter-in-project-name #258

@david-thrower

Description

@david-thrower

Bug file name mismatch if there is a capital letter in the project name

If I instantiate cerebros.simple_random_search.SimpleRandomSearch(... project_name="anythingWithCapitalLetters"), the will be an error when it looks for the file for the best model, because the folder for the sub-tirals will be in capital letters, but it will be looking for them as the lower case equivalent.

Suggested fix, make it apply .lower() on this string in cerebros.simple_random_search.SimpleRandomSearch().init()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions