Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cscherrer/sossmlj.jl
SossMLJ makes it easy to build MLJ machines from user-defined models from the Soss probabilistic programming language
https://github.com/cscherrer/sossmlj.jl
bayesian-inference data-science julialang mlj probabilistic-programming soss
Last synced: about 1 month ago
JSON representation
SossMLJ makes it easy to build MLJ machines from user-defined models from the Soss probabilistic programming language
- Host: GitHub
- URL: https://github.com/cscherrer/sossmlj.jl
- Owner: cscherrer
- License: mit
- Created: 2019-10-29T19:33:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T00:20:50.000Z (over 3 years ago)
- Last Synced: 2024-10-13T19:22:21.787Z (about 1 month ago)
- Topics: bayesian-inference, data-science, julialang, mlj, probabilistic-programming, soss
- Language: Julia
- Homepage: https://cscherrer.github.io/SossMLJ.jl/stable/
- Size: 492 KB
- Stars: 15
- Watchers: 6
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SossMLJ
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cscherrer.github.io/SossMLJ.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cscherrer.github.io/SossMLJ.jl/dev/)
[![Build Status](https://github.com/cscherrer/SossMLJ.jl/workflows/CI/badge.svg)](https://github.com/cscherrer/SossMLJ.jl/actions)
[![Coverage](https://codecov.io/gh/cscherrer/SossMLJ.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/SossMLJ.jl)SossMLJ.jl integrates the [Soss.jl](https://github.com/cscherrer/Soss.jl)
probabilistic programming library into the
[MLJ.jl](https://github.com/alan-turing-institute/MLJ.jl) machine learning
framework.Please see the [documentation](https://cscherrer.github.io/SossMLJ.jl/stable/).