behrica / example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(a fork of a repo by adabwana)

Help Requested

There were a few issues I've encountered with this project.

  1. notebooks/visualize_data.clj Clay is not showing data in plots whereas, clerk will with the clerk/vl viewer.
  2. notebooks/lda.clj ml/evaluate-pipeline will 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 with ml/classification-accuracy, stats/cohens-kappa and/or f1 (is f1 applicable with response of three categories?).

Thank you in advance.

Fork comments by daslu

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:

Issue Persists

daslu, I pulled your changes and added a comment block for clay/make!. Output is in docs/. Still data is not appearing in plots.

About


Languages

Language:HTML 91.7%Language:Clojure 8.3%