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

Cross validation failing #253

Open
kyao opened this issue May 12, 2019 · 0 comments
Open

Cross validation failing #253

kyao opened this issue May 12, 2019 · 0 comments
Assignees

Comments

@kyao
Copy link
Contributor

kyao commented May 12, 2019

Cross validation failing because Metric.get_function() method has been removed.

https://github.com/usc-isi-i2/dsbox-ta2/blob/master/python/dsbox/template/runtime.py#L470

The new way to call metric score is metricDesc.get_class()(**metric_description['params']).score(testY, ypred) , but testY and ypred now have to be D3M dataframe with d3mIndex column and the appropriate column metadadata.

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

No branches or pull requests

2 participants