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

Add runtime-info to runs #125

Closed
giuseppec opened this issue Nov 27, 2015 · 0 comments
Closed

Add runtime-info to runs #125

giuseppec opened this issue Nov 27, 2015 · 0 comments
Assignees
Milestone

Comments

@giuseppec
Copy link
Member

For instance http://www.openml.org/r/477080 contains time infos:

We measure the training time, testing time and the total sum:

    <oml:evaluation>
      <oml:name>usercpu_time_millis_testing</oml:name>
      <oml:flow>openml.evaluation.usercpu_time_millis_testing(1.0)</oml:flow>
      <oml:value>452.4029</oml:value>
    </oml:evaluation>
    <oml:evaluation>
      <oml:name>usercpu_time_millis_training</oml:name>
      <oml:flow>openml.evaluation.usercpu_time_millis_training(1.0)</oml:flow>
      <oml:value>332999.7346</oml:value>
    </oml:evaluation>
    <oml:evaluation>
      <oml:name>usercpu_time_millis</oml:name>
      <oml:flow>openml.evaluation.usercpu_time_millis(1.0)</oml:flow>
      <oml:value>333452.1375</oml:value>
    </oml:evaluation>

You can also upload the cputime per CV fold:

    <oml:evaluation repeat="0" fold="0">
      <oml:name>usercpu_time_millis_testing</oml:name>
      <oml:flow>openml.evaluation.usercpu_time_millis_testing(1.0)</oml:flow>
      <oml:value>46.8003</oml:value>
    </oml:evaluation>
    <oml:evaluation repeat="0" fold="0">
      <oml:name>usercpu_time_millis_training</oml:name>
      <oml:flow>openml.evaluation.usercpu_time_millis_training(1.0)</oml:flow>
      <oml:value>204439.3105</oml:value>
    </oml:evaluation>
    <oml:evaluation repeat="0" fold="0">
      <oml:name>usercpu_time_millis</oml:name>
      <oml:flow>openml.evaluation.usercpu_time_millis(1.0)</oml:flow>
      <oml:value>204486.1108</oml:value>
    </oml:evaluation>
@giuseppec giuseppec added this to the v1.0 milestone Nov 27, 2015
@giuseppec giuseppec self-assigned this Nov 27, 2015
@giuseppec giuseppec removed the ready label Dec 1, 2015
giuseppec added a commit that referenced this issue Dec 1, 2015
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

1 participant