reiinakano/xcessiv

Add new preset estimators, metrics, and cv iterators

Open

#15 opened on 2017年5月30日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Python (1,267 stars) (110 forks)batch import
easyhelp wanted

説明

Sklearn has a TON of estimators, metrics, and cv iterators that could trivially be added to the xcessiv.presets package. I'm a bit focused on other issues to bother adding them all.

Anyone who can help add to the list can easily do so.

Adding preset estimators/metrics/cvs is very easy. There's literally no need to understand how the rest of Xcessiv works, just take a look and copy the patterns in the xcessiv.presets package. Also, add corresponding relevant tests for your addition.

Please keep PR's limited to one feature addition only for easy debugging and reformatting if needed. Of course, you can submit as many PR's as you like :)

コントリビューターガイド