-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed typo; formatted with Black * outlined predict method for CStree class * generate all conditional outcomes * wrote predict and test_predict * tested and debugged prediction * more readable test * refactoring * formatting * skeleton for KL divergence module * drafted divergence calculation * implemented kl divergence and simple tests * adding UAI script (black formatted) * drafting script for UAI * Dev (#35) * rand notebooks * Updating requirements for docs. --------- * Requiere sphinx 5 * docs * docs.. * docs.. * docs.. * docs.. * docs.. * Adding readthedocs yaml file * docs * Cleaning code add and docs. * Updating docs * Updating docs * Updating docs, restructuring etc. * moved notebooks. * Added cstre image etc.. * Notebooks.. * Update README.rst * Simpler Stage representation. * Updating docs. * Docs. * Updating version and Makefile. * Docs. * autopep8 formatted * autopep8 formatted * fix KeyError in small sample kl-div and prediction * tried lucap0; bug? * autopep8 * script draft; updated learning to use grasp or ges * Trying to merge.. * using pc because it's fast; parallelizing code * cleaned up script * minor version update * reformatted using `black` --------- Co-authored-by: Alex Markham <[email protected]> Co-authored-by: Felix Rios <[email protected]> Co-authored-by: Felix Rios <[email protected]> Co-authored-by: Felix Rios <[email protected]>
- Loading branch information
1 parent
1a6ba6f
commit 939f4ba
Showing
35 changed files
with
1,777 additions
and
876 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,4 @@ dist/** | |
.vscode | ||
.Rhistory | ||
build | ||
src/tests/__meta__.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.2 | ||
1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.