alteryx / alteryx/evalml

Segmentation issue keeps crashing the kernel

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

説明

[issue.csv](https://github.com/user-attachments/files/15572106/issue.csv)
The AutoMLSearch keeps crashing with the simple dataset. Running the code in terminal gives segmentation error. If run in Jupyter Notebook, the notebook crashes and gets restarted.

```python
import pandas as pd
import evalml

fm = pd.read_csv('issue.csv')
fm.ww.init()

fm.ww.describe()

y = fm.ww.pop('label')

automl = evalml.AutoMLSearch(
X_train=fm,
y_train=y,
problem_type='binary',
random_seed=3,
max_batches=5
)
automl.search()
```
The data doesn't have infinity or null values. In principle, it shouldn't crash the kernel even though it won't get an amazing model.

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

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

評価

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

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

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