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

Fixed kepler data analyses performance issue #16

Merged
merged 15 commits into from
Sep 10, 2019
Merged

Fixed kepler data analyses performance issue #16

merged 15 commits into from
Sep 10, 2019

Conversation

Firenze11
Copy link

@Firenze11 Firenze11 commented Sep 9, 2019

#15, #6
Before:
Screen Shot 2019-09-08 at 5 46 34 PM
Screen Shot 2019-09-08 at 9 20 11 PM
After fix, reduced computeMetaData from 26+s to 3+s
Screen Shot 2019-09-08 at 11 48 32 PM

@@ -115,7 +112,7 @@ export function validateInputData(data, relayError) {
}
// classification
else {
if (predObjKeys.indexOf(trueEle) < 0) {
if (predObjKeys.indexOf(String(trueEle)) < 0) {
Copy link
Author

Choose a reason for hiding this comment

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

Fixes #6

@Firenze11 Firenze11 changed the title Performance Fixed kepler data analyses performance issue Sep 9, 2019
src/mlvis-common/__tests__/computation.spec.js Outdated Show resolved Hide resolved
src/manifold/utils/data-processor.js Outdated Show resolved Hide resolved
src/mlvis-common/__tests__/computation.spec.js Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

3 participants