enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
292 stars 99 forks source link

Outdated example in chaco/examples/user_guide/plot_types/create_plot_snapshot.py #865

Closed homosapien-lcy closed 1 year ago

homosapien-lcy commented 1 year ago

Problem Description chaco/examples/user_guide/plot_types/create_plot_snapshots requires load_boston method in scikit-learn, but it's no longer available in sklearn 1.2

Reproduction Steps:

python chaco/examples/user_guide/plot_types/create_plot_snapshot.py

Expected behavior: pass the test

OS, Python version: [MacOS, python 3.11]