alexzwanenburg / familiar

Repository for the familiar R-package. Familiar implements an end-to-end pipeline for interpretable machine learning of tabular data.
European Union Public License 1.2
30 stars 3 forks source link

Fixed an error due to missing hyperparameters. #19

Closed alexzwanenburg closed 4 years ago

alexzwanenburg commented 4 years ago

Some metrics may dependent on model-specific parameters. These parameters were not set at the moment the metric objects were generated, which caused a rare, but reproducable error.

Default hyperparameters are now set before creating metric objects.