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 b1deb65 commit 53c5589Copy full SHA for 53c5589
docs/about.md
@@ -90,7 +90,7 @@ There are four methods that need to be implemented:
90
As with propose_weights, this shouldn't change the current weights of the model -
91
that only happens when `accept_weights` is called.
92
3. `accept_weights` - the models accepts some weights that have been voted on and approved by the set of learners.
93
- The old weighs of the model are discarded and replaced by the new weights.
+ The old weights of the model are discarded and replaced by the new weights.
94
4. `current_weights` should return the current weights of the model.
95
96
For more details about directly implementing the machine learning interface
0 commit comments