Skip to content

Commit 9736067

Browse files
authored
Update README.md
1 parent 0f75960 commit 9736067

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ which might be a better quick start experience, still full featured as same code
7777
(def best-fitted-context (-> evaluations first first :fit-ctx))
7878
(def best-pipe-fn (-> evaluations first first :pipe-fn))
7979

80+
;; get training loss
81+
(-> evaluations first first :train-transform :metric)
82+
;; => 0.06000000000000005
8083

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

0 commit comments

Comments
 (0)