Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia authored Jul 5, 2024
1 parent 6282356 commit 3a306d2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# SoleDecisionTreeInterface
# SoleDecisionTreeInterface.jl

Convert learned [DecisionTree](https://github.com/JuliaAI/DecisionTree.jl) models to [Sole](https://github.com/aclai-lab/Sole.jl) decision tree models.

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://giopaglia.github.io/SoleDecisionTreeInterface.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://giopaglia.github.io/SoleDecisionTreeInterface.jl/dev/)
[![Build Status](https://github.com/giopaglia/SoleDecisionTreeInterface.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/giopaglia/SoleDecisionTreeInterface.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Build Status](https://api.cirrus-ci.com/github/giopaglia/SoleDecisionTreeInterface.jl.svg)](https://cirrus-ci.com/github/giopaglia/SoleDecisionTreeInterface.jl)
[![Build Status](https://api.cirrus-ci.com/github/giopaglia/SoleDecisionTreeInterface.jl.svg)](https://cirrus-ci.com/github/giopaglia/SoleDecisionTreeInterface.jl)
[![Coverage](https://codecov.io/gh/giopaglia/SoleDecisionTreeInterface.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/giopaglia/SoleDecisionTreeInterface.jl)

<!--
[![Build Status](https://github.com/giopaglia/SoleDecisionTreeInterface.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/giopaglia/SoleDecisionTreeInterface.jl/actions/workflows/CI.yml?query=branch%3Amain)
-->

## Usage

## Converting to a Sole model
### Converting to a Sole model

```julia
using MLJ
Expand Down Expand Up @@ -38,7 +43,7 @@ end
sole_dt = solemodel(learned_dt_tree)
```

## Model study & rule extraction
### Model inspection & rule study


```julia-repl
Expand Down

0 comments on commit 3a306d2

Please sign in to comment.