Skip to content

Commit

Permalink
feat(yegor256#532) estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Feb 2, 2024
1 parent 0b3cb9e commit d095ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/linear.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#
# Linear Model
# @todo #532 Add unit-tests.
# @todo #532:60min Add unit-tests.
# We should add unit-tests for this class that checks puzzle ranking.
# For now its untested, don't forget to remove this puzzle.
#
Expand All @@ -52,7 +52,7 @@ def initialize(repo, storage)
# ranks the puzzles using Machine-Learning
# @param puzzles XML puzzles
# @return array of positional index of the input puzzles
# @todo #532 Implement a ranked puzzles.
# @todo #532:60min Implement a ranked puzzles.
# Let's implement a class that will use `LinearModel` to rank puzzles.
# This class is need in order to do an integration between original 0pdd
# and model modules. Probably it can be a decorator for `Puzzles`
Expand Down
2 changes: 1 addition & 1 deletion objects/puzzles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#
# Puzzles in XML/S3
# @todo #532 Implement a decorator for optional model configuration load.
# @todo #532:60min Implement a decorator for optional model configuration load.
# Let's implement a class that decorates `Puzzles` and
# based on presence of `model: true` attribute in YAML config, decides
# whether the puzzles should be ranked or not.
Expand Down

0 comments on commit d095ef4

Please sign in to comment.