-
Notifications
You must be signed in to change notification settings - Fork 2
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
Full version #14
Merged
Full version #14
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
Create data loaders and datasets
* Prototype in notebook * Move code from notebook to files * Add docstrings to HeterogenousAttributesNetwork * Extend flake8 max line length. Fix docstings * Fix check * Fix black * Extend black and flake8 to test code * Fix check * Fix check * Add init files * Remove unwanted files * Write tests to model/utils.py * Add unit tests to heterogenous attributes network * Add torchtest to requirements * Resolve conversations * Add inference embedding network to _make_prediction
* Prototype in notebook * Move code from notebook to files * Add docstrings to HeterogenousAttributesNetwork * Extend flake8 max line length. Fix docstings * Fix check * Fix black * Extend black and flake8 to test code * Add init files * Remove unwanted files * Write tests to model/utils.py * Add unit tests to heterogenous attributes network * Add training code with docstrings * Add training script * Fix failing tests * Add tests + fixes in dataloader * lint code * apply suggestions from comments, refactor makefile, adjust tests * lint code * Minor fix of docstrings --------- Co-authored-by: DawidPludowski <[email protected]>
* Add simple reporting * Fix formatting * Add synthetic data experiment config
* add loggers; add callbacks * add profiler; add log directories * add docs; refactor code; add logger tests * format code; remove data files * update .gitignore * final fixes * rm data * rename class
* Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations
* Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments
* Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments * Minor fixes
* Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments * Minor fixes * Hotfix network * Fixes * Fixes * Fix classification * refactor logger interface; adjust experiments and tests to new interface; minor fixes, remove obsolate code * Fix new_classes experiment * Delete results/01_test_data.pkl --------- Co-authored-by: DawidPludowski <[email protected]> Co-authored-by: DawidPludowski <[email protected]>
* Add simple reporting * Fix formatting * Add synthetic data experiment config * Add classification support * Fix configs * Fix nonfailing check when pytest fails * Revert changes * Add experiments scripts * Fix classification support * Add early stopping to config * Final preprations * Minor config adjustments * Minor fixes * Hotfix network * Fixes * Fixes * Fix classification * refactor logger interface; adjust experiments and tests to new interface; minor fixes, remove obsolate code * Fix new_classes experiment * Prepare pip release * Add readme * next release; add release to makefile * Fix * Delete pickle * Format --------- Co-authored-by: DawidPludowski <[email protected]>
coverage
|
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.
No description provided.