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

merging dev to daily-dev #77

Merged
merged 10 commits into from
Aug 25, 2018
Merged

merging dev to daily-dev #77

merged 10 commits into from
Aug 25, 2018

Conversation

mikkokotila
Copy link
Contributor

No description provided.

ackRow and others added 9 commits July 30, 2018 02:13
Substitute `model.predict_classes`  (only available for Sequential Model) using `numpy.argmax` with `axis=-1` to match predict_classes shape.
Syncing with original repo
Using a predict_classes function similar to Sequential Model for Functional Model

To use this experimental function add experimental_functional_support=True to the Scan() parameters

Adding a Jupyter Notebook example
Adding Experimental Support for Functional Model
fixes #62 and adds several missing docstrings
Issue with fn and fp values
@pep8speaks
Copy link

pep8speaks commented Aug 24, 2018

Hello @mikkokotila! Thanks for updating the PR.

Line 6:69: W291 trailing whitespace
Line 37:80: E501 line too long (105 > 79 characters)
Line 39:1: W293 blank line contains whitespace
Line 45:1: W293 blank line contains whitespace
Line 45:1: W391 blank line at end of file

Line 14:80: E501 line too long (96 > 79 characters)
Line 14:93: E231 missing whitespace after ','

Line 20:80: E501 line too long (88 > 79 characters)
Line 22:80: E501 line too long (87 > 79 characters)

Comment last updated on August 25, 2018 at 16:22 Hours UTC

@coveralls
Copy link

coveralls commented Aug 24, 2018

Pull Request Test Coverage Report for Build 177

  • 8 of 16 (50.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.8%) to 87.995%

Changes Missing Coverage Covered Lines Changed/Added Lines %
talos/metrics/score_model.py 4 12 33.33%
Totals Coverage Status
Change from base Build 166: -0.8%
Covered Lines: 711
Relevant Lines: 808

💛 - Coveralls

- there was a bug in the metric_names
- and another bug in reductions
- this also revealed the issue with the test script related with reduction tests (the threshold should be 0.01 or similar low to make sure that the reduction runs)
@mikkokotila mikkokotila merged commit 8f51e7d into daily-dev Aug 25, 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

5 participants