Skip to content

Commit

Permalink
undraft sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Dec 3, 2024
1 parent 78cad14 commit a5e40f4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions notebooks/noj_book/sklearn_reference.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@
[noj-book.utils.render-tools-sklearn]
[scicloj.sklearn-clj.ml]))

;;## Sklearn model reference

;;Below we find all sklearn models with their parameters and the original documentation.
;;
;;The parameters are given as Clojure keys in kebap-case. As the document texts are
;;imported from python they refer to the python spelling of the parameter.
;;
;;But the translation between the two should be obvious.

;;## Sklearn model reference - DRAFT 🛠

;;## Example: logistic regression
;;Example: logistic regression

(def ds (dst/tensor->dataset [[0 0 0] [1 1 1] [2 2 2]]))

Expand Down Expand Up @@ -66,14 +72,6 @@



;;Below all models are listed with their parameters and the original documentation.
;;
;;The parameters are given as Clojure keys in kebap-case. As the document texts are
;;imported from python they refer to the python spelling of the parameter.
;;
;;But the translation between the two should be obvious.



;;## :sklearn.classification models
^:kindly/hide-code
Expand Down

0 comments on commit a5e40f4

Please sign in to comment.