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] Improvements to upfront memory estimation for data frame analyses #1003

Merged
merged 5 commits into from
Feb 18, 2020

Conversation

tveasey
Copy link
Contributor

@tveasey tveasey commented Feb 17, 2020

This change fixes a double counting bug for the memory used by the extra columns for classification and regression model training. It also means they only count towards the data frame memory usage: previously they were wrongly being treated as features for memory estimation purposes.

Incidentally, it also fixes the memory reported by the counter E_DFOEstimatedPeakMemoryUsage, which was missing the extra columns' memory usage.

Finally, it tidies up instrumentation of outlier detection, to more fully use the new instrumentation class, and corrects the memory estimates in testRunOutlierDetectionPartitioned.

@tveasey
Copy link
Contributor Author

tveasey commented Feb 17, 2020

retest

Copy link
Contributor

@droberts195 droberts195 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants