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

[Global] Rewrite algorithm to dataset based #22

Closed
pierrenodet opened this issue May 27, 2019 · 1 comment
Closed

[Global] Rewrite algorithm to dataset based #22

pierrenodet opened this issue May 27, 2019 · 1 comment

Comments

@pierrenodet
Copy link
Owner

At the moment, Bagging and Boosting (not Stacking and GBM) are using rdd in order to batch data or compute current prediction error and a new dataset is created to be passed to the weak learner.

The issue is that the metadata is not passed and is lost. That's an issue for datasets that relies on them.

@pierrenodet
Copy link
Owner Author

solved by #27

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

No branches or pull requests

1 participant