Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Apr 18, 2023
1 parent 0f75960 commit 9736067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ which might be a better quick start experience, still full featured as same code
(def best-fitted-context (-> evaluations first first :fit-ctx))
(def best-pipe-fn (-> evaluations first first :pipe-fn))

;; get training loss
(-> evaluations first first :train-transform :metric)
;; => 0.06000000000000005

;; simulate new data
(def new-ds (ds/sample ds 10 {:seed 1234} ))
Expand Down

0 comments on commit 9736067

Please sign in to comment.