byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Rename `exclude` parameter in metafeatures.py methods #210

Open JeremyRees opened 4 years ago

JeremyRees commented 4 years ago

Now that we've added exclude_groups as a parameter on these methods, the name exclude should be made more specific, e.g., exclude_ids, to avoid confusion.

Because renaming the parameter is a backwards-incompatible change to the public API, this needs to wait until a major version change.