From 8df470c6ea96fc367cff8b064a61d2431f609543 Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Sat, 21 Sep 2024 14:08:24 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8505699..755aec9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![CI](https://github.com/scicloj/sklearn-clj/actions/workflows/ci.yml/badge.svg) [![Clojars Project](https://img.shields.io/clojars/v/scicloj/sklearn-clj.svg)](https://clojars.org/scicloj/sklearn-clj) # sklearn-clj From a622deefe8f85bcabe3c18850d303fb21e3bd769 Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Sat, 21 Sep 2024 22:53:47 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 755aec9..bdd3fd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![CI](https://github.com/scicloj/sklearn-clj/actions/workflows/ci.yml/badge.svg) -[![Clojars Project](https://img.shields.io/clojars/v/scicloj/sklearn-clj.svg)](https://clojars.org/scicloj/sklearn-clj) +[![Clojars Project](https://img.shields.io/clojars/v/org.scicloj/sklearn-clj.svg)](https://clojars.org/org.scicloj/sklearn-clj) # sklearn-clj From 106271018e2593dd681989f4123b65da43eeae6e Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Mon, 30 Sep 2024 17:58:32 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdd3fd8..0ec217c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ It uses a tech.ml.dataset for input and output and converts this data structures As all estimators and models in sklearn uses the same interface, it works for all estimators. +A opinionated tutorial is [here](https://scicloj.github.io/clojure-data-tutorials/projects/ml/sklearn-clj/) ## Usage