diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 39343a8..44ee424 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,7 +28,7 @@ ] } }, - "postAttachCommand": "/home/vscode/.setup-ide/setup-ide.sh", + "postAttachCommand": "/home/vscode/.setup-ide/setup-ide.sh" } diff --git a/README.md b/README.md index 96dde29..a7b5e96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![Clojars Project](https://img.shields.io/clojars/v/org.scicloj/scicloj.ml.tribuo.svg)](https://clojars.org/org.scicloj/scicloj.ml.tribuo) [![CI](https://github.com/scicloj/scicloj.ml.tribuo/actions/workflows/clojure.yml/badge.svg)](https://github.com/scicloj/scicloj.ml.tribuo/actions/workflows/clojure.yml) +![ml logo](https://github.com/scicloj/graphic-design/blob/live/icons/scicloj.ml.svg) + # scicloj/scicloj.ml.tribuo Integration of [tribuo](https://tribuo.org) ML library into the scicloj.ml / metamorph framework.