new release 1.3.0 of Machine learning functions for tech.ml.dataset
• upgraded deps
• added missing Java classes from former tmd-smile support
• more clear error message for accuray of categorical maps
• made some internal functions private
• added 3 train/test cache implementatins to scicloj.metamorph.ml.cache
https://clojars.org/org.scicloj/metamorph.ml/versions/1.3.0
Gloat v0.1.9 just released with support for -Xprune dead code (clojure.core) removal making compilations 50% smaller and 80% faster startup.
Also added -Xdeps and -Xdeps=tree support for showing all functions/macros that a Clojure program uses:
$ gloat - <<<'(defn -main [] (println "Hello"))' -Xdeps | wc -l
87
$ (set -x; gloat - <<<'(defn -main [] (println "Hello"))' -Xdeps=tree) |& gist
https://gist.github.com/ingydotnet/911a560f2788aea00973475250fc1a6a
https://gloathub.org #gloat #glojure