Skip to content

Commit

Permalink
editing
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Nov 9, 2018
1 parent 5422f00 commit a6f1978
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tech/ml/train.clj
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ loss-fn: (loss-fn label-sequence prediction-sequence)-> double
(if (or (not best-map)
(< (double error)
(double (:error best-map))))
next-map
best-map)))))
{})))))

0 comments on commit a6f1978

Please sign in to comment.