Skip to content

Commit

Permalink
Fix typo (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
VijaySharma815 authored Aug 23, 2022
1 parent b1deb65 commit 53c5589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ There are four methods that need to be implemented:
As with propose_weights, this shouldn't change the current weights of the model -
that only happens when `accept_weights` is called.
3. `accept_weights` - the models accepts some weights that have been voted on and approved by the set of learners.
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.
4. `current_weights` should return the current weights of the model.

For more details about directly implementing the machine learning interface
Expand Down

0 comments on commit 53c5589

Please sign in to comment.