Christiaan Meijer

Results 81 issues of Christiaan Meijer

![image](https://user-images.githubusercontent.com/6087314/207565720-6ed97c12-4f5a-43ae-b3be-46cd06f31621.png)

we want to completely get rid of the tutorial repo.

Make sure that only the current model is loaded, and the rest is stored somewhere else.

must-have

check to see if tutorial is already using TF2 instead of Keras. Make sure it does.

This abc can handle the common hyperparameters like lr and reg. It should also have a wrapper function like this: ``` def generate_model: p = self.generate_hyperparameters() return create_model(p) ```

code quality

model_comparison.json contains multiple metrics. The visualization does not support selecting any of these metrics to show yet, and now shows the accuracy by default (it breaks when accuracy is not...

Modelgen.generate_models() is agnostic about all the hyperparameters of the possible models. It's docstring therefore does not list them. There should be a link there, to some documentation where the user...

documentation

https://github.com/NLeSC/mcfly/blob/5ebeefc392c777372f943dfae51f7fcc48e4123d/tests/test_find_architecture.py#L61 This test should be removed or fixed.

Our tests now only test the case that 'accuracy' is the metric to base the choice of the best model on.