We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a7907 commit a4dff2aCopy full SHA for a4dff2a
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