Skip to content

Function find_best_architecture seems outdated #266

Open
@bsolino

Description

@bsolino

After several changes in other parts of the code, it seems function find_best_architecture in find_architecture.py has fallen behind:

def find_best_architecture(X_train, y_train, X_val, y_val, verbose=True,

This hasn't failed any test yet, but it still generates warnings that are not trivial to solve.

So far what I've noticed is that it doesn't allow to select which network models to test, the function calls to modelgen without specifying them, using only the default.
Something that might be worth adding is a selection of models to test. This will also help the test suite, as sometimes there are warnings regarding the acura

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions