Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

ENH python metrics added, fixed#1167

Merged
tqchen merged 1 commit intoapache:masterfrom
jmschrei:python_metrics
Jan 13, 2016
Merged

ENH python metrics added, fixed#1167
tqchen merged 1 commit intoapache:masterfrom
jmschrei:python_metrics

Conversation

@jmschrei
Copy link

@jmschrei jmschrei commented Jan 5, 2016

Python evaluation metrics have been updated. In addition to mean squared error and F1 being added, array size checks have been fixed for MAE and RMSE. All metrics can now be called using strings. More useful error messages have been added, and assertions have been replaced with a reused function. This solves issues #1163 and #1107.

@tqchen
Copy link
Member

tqchen commented Jan 7, 2016

can you fix the test case here? https://travis-ci.org/dmlc/mxnet/jobs/100461695

@jmschrei
Copy link
Author

jmschrei commented Jan 8, 2016

The nosetests run on my computer, so I don't really know how to fix it. Do you have any insight?

@jmschrei jmschrei force-pushed the python_metrics branch 3 times, most recently from 6e9395e to b1ec34e Compare January 9, 2016 00:08
@jmschrei
Copy link
Author

jmschrei commented Jan 9, 2016

Looks like the lint check is still failing, but the python tests are passing now.

@tqchen
Copy link
Member

tqchen commented Jan 9, 2016

You can reproduce lint check locally via make lint

@jmschrei
Copy link
Author

32 python files fail the lint test locally. Is this expected?

@tqchen
Copy link
Member

tqchen commented Jan 12, 2016

Hmm, could due to pylint version so it behave differently. I guess we only need to fix the error reported by travis for now

@jmschrei
Copy link
Author

Looks like everything is finally massing @tqchen

tqchen added a commit that referenced this pull request Jan 13, 2016
ENH python metrics added, fixed
@tqchen tqchen merged commit 02bc987 into apache:master Jan 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants