Python # This function takes a machine learning model and visualizes it.tree_graph_to_png(tree=tree_model, feature_names=X.columns.values,class_names=['No Launch','Launch'], png_file_to_save='decision-tree.png') Cette fonction crée l’image suivante. ...