-
Updated
Aug 25, 2020 - Python
relational-learning
Here are 15 public repositories matching this topic...
-
Updated
Aug 26, 2020 - Python
-
Updated
Feb 11, 2020 - Python
-
Updated
Nov 15, 2017 - Java
-
Updated
Aug 28, 2020 - Java
-
Updated
Sep 24, 2020 - Java
-
Updated
Oct 24, 2019
-
Updated
Oct 3, 2020 - Java
-
Updated
Apr 24, 2019 - Python
-
Updated
Jul 10, 2020 - Shell
Pull Request #6 includes the ability for models to be saved and loaded from json files (rfgb.rdn.learn). Currently there are no unit tests for this functionality though.
At a minimum, a unit test might check whether the files are created. Then they might also test whether the contents of the json files are the same as the parameters input during inference.
-
Updated
Jul 10, 2020 - Shell
-
Updated
Mar 11, 2018
-
Updated
Apr 24, 2019 - Python
Improve this page
Add a description, image, and links to the relational-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the relational-learning topic, visit your repo's landing page and select "manage topics."
The current
setup.pyinstall_requires=argument includesgraphvizas a dependency.This should be factored out as a required dependency, similar to how
scikit-learndoes not require this package, but it's needed for some model visualization directives.