“Temukan Aturan Python Pohon Keputusan” Kode Jawaban

Temukan Aturan Python Pohon Keputusan

from sklearn.tree import export_text
Xerothermic Xenomorph

Temukan Aturan Python Pohon Keputusan

|--- Age <= 0.63
|   |--- EstimatedSalary <= 0.61
|   |   |--- Age <= -0.16
|   |   |   |--- class: 0
|   |   |--- Age >  -0.16
|   |   |   |--- EstimatedSalary <= -0.06
|   |   |   |   |--- class: 0
|   |   |   |--- EstimatedSalary >  -0.06
|   |   |   |   |--- EstimatedSalary <= 0.40
|   |   |   |   |   |--- EstimatedSalary <= 0.03
|   |   |   |   |   |   |--- class: 1
Xerothermic Xenomorph

Temukan Aturan Python Pohon Keputusan

tree_rules = export_text(model, feature_names=list(X_train.columns))
Xerothermic Xenomorph

Jawaban yang mirip dengan “Temukan Aturan Python Pohon Keputusan”

Pertanyaan yang mirip dengan “Temukan Aturan Python Pohon Keputusan”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya