We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b431fe3 commit 1474a5dCopy full SHA for 1474a5d
adaptive/learner/base_learner.py
@@ -67,8 +67,8 @@ class BaseLearner(metaclass=_RequireAttrsABCMeta):
67
Attributes
68
----------
69
function : callable: X → Y
70
- The function to learn, the ``learner`` might modify
71
- the original function.
+ The function to learn. A subclass of BaseLearner might modify
+ the user's supplied function.
72
data : dict: X → Y
73
`function` evaluated at certain points.
74
pending_points : set
0 commit comments