skll icon indicating copy to clipboard operation
skll copied to clipboard

Make stacking available in SKLL

Open desilinguist opened this issue 7 years ago • 7 comments

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 avatar Dec 14 '17 21:12 desilinguist

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[bot] avatar Mar 14 '18 21:03 stale[bot]

Keep it open please.

desilinguist avatar Mar 14 '18 22:03 desilinguist

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[bot] avatar Jun 12 '18 23:06 stale[bot]

Keep it open.

desilinguist avatar Jun 12 '18 23:06 desilinguist

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[bot] avatar Sep 11 '18 00:09 stale[bot]

keep it open

aoifecahill avatar Sep 11 '18 00:09 aoifecahill

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 avatar Oct 14 '19 19:10 desilinguist