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

[ML] Instrumenting C++ Data Frame Analytics #976

Closed
2 tasks done
valeriy42 opened this issue Jan 29, 2020 · 0 comments · Fixed by #1068
Closed
2 tasks done

[ML] Instrumenting C++ Data Frame Analytics #976

valeriy42 opened this issue Jan 29, 2020 · 0 comments · Fixed by #1068

Comments

@valeriy42
Copy link
Contributor

valeriy42 commented Jan 29, 2020

We want to provide users with rich information using _stats API. To this end, we need to instrument C++ code to return additional information to the Java backend as new result types.

There are several kinds of instrumentation data we require:

  • peak memory usage
  • job runtime parameters/hyperparameters
  • intermediate quality of results (e.g. for the current iteration)
  • intermediate computation time (e.g. for the current iteration)

The kind of returned information and the schema for the return type may vary depending on the ML job type.

Sub-Tasks

  • Define json schemas for the return types
  • Update memory usage output to conform with the new schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant