alteryx / alteryx/evalml

allowed_model_families is not enforced

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

説明

I want evalml to only create XGBOOST models in the allotted time, but both baseline and Random Forest models are also generated.
My hyperparameters and my setup are:

#### Code Sample, a copy-pastable example to reproduce your bug.

```python
eval_automl = automl.AutoMLSearch(
X_train=train_data,
y_train=train_target,
problem_type="binary",
max_time=60,
allowed_model_families=["xgboost"],
ensembling=False,
n_jobs=1,
verbose=True,
)
```
I understand the baseline could be mandatory to ensure a result, but why is random forests also included?

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

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

評価

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

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

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