ProgLearn
ProgLearn copied to clipboard
Task unaware xor vs rxor random forest bootstrap experiment
Reference issue
Experiment for task unaware learning.
Type of change
Add jupyter notebook containing experiment and functions file to run the experiment.
What does this implement/fix?
Adds an experiment that explores when xor and rxor are different enough to train a new random forest.
Additional information
Please do not print 10,20,30... in the notebook.
black
formatting needed. Also the file name is quite long. You can make it shorter.
Fixed
Please do not print 10,20,30... in the notebook.
Fixed
black
formatting needed. Also the file name is quite long. You can make it shorter.Fixed
Nope~
black
formatting needed. Also the file name is quite long. You can make it shorter.Fixed
Nope~
Are both files still formatted incorrectly? I ran black on the functions file and jblack on the notebook.
Edit: I just reran both, I think there were some changes made to the notebook so I reuploaded that. Please, let me know if there is still a problem.
Codecov Report
Merging #544 (58d71e1) into staging (acec608) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## staging #544 +/- ##
========================================
Coverage 90.09% 90.09%
========================================
Files 7 7
Lines 404 404
========================================
Hits 364 364
Misses 40 40
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update acec608...58d71e1. Read the comment docs.
I think, this PR needs more work to publish it in the main or staging branch. But this is good for doing the grading. We can save the PR in a separate branch.