Skip to content

Commit

Permalink
Add comment in doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jun 18, 2024
1 parent b2a1eee commit 83478a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metalearners/metalearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ class MetaLearner(ABC):
* contain a single value, such that the value will be used for all relevant models
of the respective MetaLearner or
* a dictionary mapping from the relevant models (``model_kind``, a ``str``) to the
respective value
respective value; at least all relevant models need to be present, more are allowed
and ignored
The possible values for defining ``feature_set`` (either one single value for all
the models or the values inside the dictionary specifying for each model) can be:
Expand Down

0 comments on commit 83478a1

Please sign in to comment.