alteryx / alteryx/evalml

Segmentation issue keeps crashing the kernel

Aperta
#4,444 2 commenti 1 reazione 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
850
Fork
96
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

[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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.