Skip to content

Tractables/DiscriminativeCircuits.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Tests codecov

Under Construction

This package is not ready for general use yet.

DiscriminativeCircuits.jl

This package provides functionalities for learning/constructing discriminative circuits (including LogisticCircuits, RegressionCircuits, etc). It is part of the Juice package (Julia Circuit Empanada).

Testing

To make sure everything is working correctly, you can run our test suite as follows. The first time you run the tests will trigger a few slow downloads of various test resources.

julia --color=yes -e 'using Pkg; Pkg.test("DiscriminativeCircuits")'