Skip to content
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

Dev >> Master for 0.2 #57

Merged
merged 22 commits into from
Aug 15, 2018
Merged

Dev >> Master for 0.2 #57

merged 22 commits into from
Aug 15, 2018

Conversation

mikkokotila
Copy link
Contributor

Nothing is added since the review on dev branch.

mikkokotila and others added 22 commits July 28, 2018 15:24
- replaced type comparison with isinstance
- more pepification
- split handling() into ParamGrid() and round_params()
- round_params() uses the ParamGrid() object
- deleted handling()

NOTE: there are some things in Scan() that can be done cleaner in the sense of avoiding redundancy, but I'm leaving that for a full refactor of Scan().
- added a function that returns all possible standard metric names (and round_epochs)
- fixed spear reducer from the case where just columns after the 7th are included, to where all columns but those in metric_names are included
- fixed 'loss' to 'losses' in p3 in test_scan()
- made clearing tf session every round a parameter (False by default)
- refactored Scan() and the way how parameters and reducers are handled
- added an example iris model to examples/
- renamed notebooks to examples
Works in cases where a reduction is used, and where it's not.
- scan is now in its own submodule/folder
- reduction files are now following the new convention
- major refactor of reduction procedures
- version marking now just in main __init__.py and setup.py
- fixed correlation reduction algo to spearman (it seems rank order makes most sense here)
- deleted redundant files
- added pycharm specific things to .gitignore
- changed version to 0.2.0
It's not that much of an issue but this could of easily prevented by having some Git typo hook to decline push/merge requests with typo in it. (e.g., https://github.com/intgr/topy)
@coveralls
Copy link

coveralls commented Aug 15, 2018

Pull Request Test Coverage Report for Build 152

  • 202 of 213 (94.84%) changed or added relevant lines in 15 files are covered.
  • 4 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 89.196%

Changes Missing Coverage Covered Lines Changed/Added Lines %
talos/utils/logging.py 5 6 83.33%
talos/scan/scan_run.py 44 45 97.78%
talos/reducers/reduce_run.py 9 10 90.0%
talos/parameters/ParamGrid.py 30 32 93.75%
talos/reducers/correlation.py 14 20 70.0%
Files with Coverage Reduction New Missed Lines %
talos/utils/logging.py 4 88.1%
Totals Coverage Status
Change from base Build 128: -0.2%
Covered Lines: 710
Relevant Lines: 796

💛 - Coveralls

@mikkokotila mikkokotila merged commit d8a2a61 into master Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants