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

Make stacking available in SKLL #401

Open
desilinguist opened this issue Dec 14, 2017 · 7 comments
Open

Make stacking available in SKLL #401

desilinguist opened this issue Dec 14, 2017 · 7 comments
Assignees

Comments

@desilinguist
Copy link
Member

desilinguist commented Dec 14, 2017

One way to to this is via https://github.com/civisanalytics/civisml-extensions

I am not sure what the best approach for incorporation is: (a) include their code as a dependency and use it as is (b) fork their repository and modify it for use with SKLL and give them proper credit obviously.

Another option is to basically build stacking into SKLL using the SKLL API itself. I am currently leaning towards this option. However, I am not sure whether this should live in SKLL itself or perhaps another package that's built on top of SKLL.

@desilinguist desilinguist self-assigned this Dec 14, 2017
@stale
Copy link

stale bot commented Mar 14, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 14, 2018
@desilinguist
Copy link
Member Author

Keep it open please.

@stale stale bot removed the stale label Mar 14, 2018
@stale
Copy link

stale bot commented Jun 12, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 12, 2018
@desilinguist
Copy link
Member Author

Keep it open.

@stale stale bot removed the stale label Jun 12, 2018
@stale
Copy link

stale bot commented Sep 11, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 11, 2018
@aoifecahill
Copy link
Collaborator

keep it open

@stale stale bot removed the stale label Sep 11, 2018
@desilinguist desilinguist added this to the 2.0 milestone Dec 3, 2018
@desilinguist desilinguist changed the title Incorporate Civis Analytics' Stacking classifiers and regressors Make stacking available in SKLL. Feb 4, 2019
@desilinguist desilinguist changed the title Make stacking available in SKLL. Make stacking available in SKLL Feb 4, 2019
@desilinguist desilinguist pinned this issue May 9, 2019
@desilinguist desilinguist modified the milestones: 2.0, v2.1 Sep 12, 2019
@desilinguist
Copy link
Member Author

Just FYI: scikit-learn will have StackingClassifier and StackingRegressor available starting with 0.22.

So, our work should now be much simpler. Basically we need to figure out how to pass in multiple estimators as inputs in the configuration file. This solution would also apply to #488 @bndgyawali.

@desilinguist desilinguist removed this from the v2.5 milestone Feb 1, 2021
@desilinguist desilinguist unpinned this issue Feb 1, 2021
@desilinguist desilinguist pinned this issue Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants