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 progress indicator to featurization #251

Merged
merged 1 commit into from
Feb 22, 2018

Conversation

stefanv
Copy link
Contributor

@stefanv stefanv commented Feb 17, 2018

Addresses #244 as far as featurization is concerned

@profjsb Did you also want progress bars for model building and prediction?

Copy link
Member

@acrellin acrellin left a comment

Choose a reason for hiding this comment

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

Looks great! Just a minor syntax comment, otherwise looks good to go 👍


if (featureIdx != -1) {
const feature = newState[featureIdx];
feature.progress = {percent, elapsed};
Copy link
Member

Choose a reason for hiding this comment

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

Just spacing here: { percent, elapsed }

@acrellin
Copy link
Member

Also, dask needs to be bumped to 0.17.0 in cesium for this to work.

@stefanv
Copy link
Contributor Author

stefanv commented Feb 22, 2018

Thanks, fixed!

@stefanv
Copy link
Contributor Author

stefanv commented Feb 22, 2018

See also cesium-ml/cesium#267

@acrellin acrellin merged commit 744e723 into cesium-ml:master Feb 22, 2018
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.

None yet

2 participants