(a fork of a repo by adabwana)
There were a few issues I've encountered with this project.
notebooks/visualize_data.cljClay is not showing data in plots whereas, clerk will with theclerk/vlviewer.notebooks/lda.cljml/evaluate-pipelinewill not run. Error :message reads "invalid type." I tried removing one of the three response categories in hopes I could get a binary algorithm running and evaluating. Eventually, I'd still like to evalaute the pipeline with three response categories and evaulate withml/classification-accuracy,stats/cohens-kappaand/or f1 (is f1 applicable with response of three categories?).
Thank you in advance.
This fork to adabwana's project adds the following:
Added kind-clerk so that Kindly visualizations would work in Clerk.
In any namespace where this is needed has to explicitly call:
(require ''[scicloj.kind-clerk.api :as kind-clerk])
(kind-clerk/setup!)Rendered notebooks/visualize_data.clj:
daslu, I pulled your changes and added a comment block for clay/make!. Output is in docs/. Still data is not appearing in plots.