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] Data frame analytics data counts #53998

Commits on Mar 23, 2020

  1. [ML] Data frame analytics data counts

    This commit instruments data frame analytics
    with stats for the data that are being analyzed.
    In particular, we count training docs, test docs,
    and skipped docs.
    
    In order to account docs with missing values as skipped
    docs for analyses that do not support missing values,
    this commit changes the extractor so that it only ignores
    docs with missing values when it collects the data summary,
    which is used to estimate memory usage.
    dimitris-athanasiou committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    266cd1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c852d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d5e69 View commit details
    Browse the repository at this point in the history