Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scicloj/sklearn-clj
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 26, 2024
2 parents 7cdef7f + 1062710 commit c0b3911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Clojars Project](https://img.shields.io/clojars/v/scicloj/sklearn-clj.svg)](https://clojars.org/scicloj/sklearn-clj)
![CI](https://github.com/scicloj/sklearn-clj/actions/workflows/ci.yml/badge.svg)
[![Clojars Project](https://img.shields.io/clojars/v/org.scicloj/sklearn-clj.svg)](https://clojars.org/org.scicloj/sklearn-clj)

# sklearn-clj

Expand All @@ -10,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

Expand Down

0 comments on commit c0b3911

Please sign in to comment.