Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctuavastlab/explainmill.jl
Explaining hierarchical models built in https://github.com/CTUAvastLab/Mill.jl
https://github.com/ctuavastlab/explainmill.jl
flux hierarchical-data json julia machine-learning multi-instance-learning
Last synced: 27 days ago
JSON representation
Explaining hierarchical models built in https://github.com/CTUAvastLab/Mill.jl
- Host: GitHub
- URL: https://github.com/ctuavastlab/explainmill.jl
- Owner: CTUAvastLab
- License: other
- Created: 2023-11-03T15:54:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-13T18:03:36.000Z (3 months ago)
- Last Synced: 2024-12-09T10:46:56.892Z (about 1 month ago)
- Topics: flux, hierarchical-data, json, julia, machine-learning, multi-instance-learning
- Language: Julia
- Homepage: https://ctuavastlab.github.io/ExplainMill.jl/stable/
- Size: 687 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
---
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-lightgrey.svg)](https://github.com/CTUAvastLab/ExplainMill.jl/blob/main/LICENSE.md)
[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://CTUAvastLab.github.io/ExplainMill.jl/stable)
[![Build Status](https://github.com/CTUAvastLab/ExplainMill.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/CTUAvastLab/ExplainMill.jl/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/CTUAvastLab/ExplainMill.jl/graph/badge.svg?token=macUeQvm8N)](https://codecov.io/gh/CTUAvastLab/ExplainMill.jl)Explaining hierarchical models built in [Mill.jl](https://github.com/CTUAvastLab/Mill.jl).
## Installation
Run the following in REPL:
```julia
] add https://github.com/CTUAvastLab/ExplainMill.jl
```and (optionally) add the following lines into `Project.toml`:
```toml
[sources]
ExplainMill = { url = "https://github.com/CTUAvastLab/ExplainMill.jl", rev = "main" }
```Julia v1.9 or later is required.
## Getting Started
## Citation