generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add edu notebook for NumerBay integration #70
Merged
CarloLepelaars
merged 31 commits into
crowdcent:dev
from
restrading:feature/numerbay-edu-nbs
Apr 9, 2022
Merged
Add edu notebook for NumerBay integration #70
CarloLepelaars
merged 31 commits into
crowdcent:dev
from
restrading:feature/numerbay-edu-nbs
Apr 9, 2022
Conversation
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
Downloader base, NumeraiClassicDownloader, Submittors and GCS downloading/uploading
Working version for first use case
Support for Python3.7+, docs for modeling, new preprocessors, multiple models in ModelPipeline
Fixes in Model setup
Finalize Model section
Staking, processing, feature engineering, ensembling and Model refactors
1st version with all functionality
Bug fixes + better docs
v0.1.0 (NumerFrame and standardization)
Bug fixes, full documentation, WandbKerasModel and edu_nbs.
Dev to master
Small bugfix in KatsuFeatureGenerator - Data leakage due to frontfilling.
Documentation
Favicon fix
Remove redundant asset file and logo for Github pages (v0.2.3.)
Visual improvement
Finishing touches on documentation (v0.2.5)
Fix typo in CONTRIBUTING
Bump version to v0.2.6
Fix source code links as displayed on Github Pages and edu_nbs
Documentation and bump version
Fix bug in evaluation and dependencies.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add edu notebook for NumerBay integration