alteryx / alteryx/evalml

Add MLPRegressor from scikit learn

オープン
#3,537 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

- There is a regressor we could add to EvalML:
- https://scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
- This came up because we want to properly treat cyclic categoricals
- http://blog.davidkaleko.com/feature-engineering-cyclical-features.html
- https://towardsdatascience.com/how-to-handle-cyclical-data-in-machine-learning-3e0336f7f97c
- Cyclic categorical features won't matter for decision tree based algorithms:
> Decision trees based algorithms (Random Forest, Gradient Boosted Trees, XGBoost) build their split rules according to one feature at a time. This means that they will fail to process these two features simultaneously whereas the cos/sin values are expected to be considered as one single coordinates system.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。