stevenpawley / colino

Recipes Steps for Supervised Filter-Based Feature Selection
https://stevenpawley.github.io/colino/
Other
37 stars 5 forks source link

add missing name in tunable() #7

Closed EmilHvitfeldt closed 1 year ago

EmilHvitfeldt commented 1 year ago

In https://github.com/stevenpawley/colino/commit/b6f15487029eaabf6a147383d290104d35cd4854, when you added cutoff, you correctly added it to the tunable.step_*() functions under the call_info, but you forgot to add it in the name field.

This PR should fix that!

stevenpawley commented 1 year ago

Thank you Emil!