File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.14.0 (? )
4+ 0.14.0 (2025-03-26 )
55-------------------
66
7+ * add support for scikit-learn 1.6+
78* drop support for python 3.6, 3.7, 3.8
89* add support for python 3.11, 3.12, 3.13
910
Original file line number Diff line number Diff line change 2222ELI5 is a Python package which helps to debug machine learning
2323classifiers and explain their predictions.
2424
25- .. image :: . /docs/source/static/readme-show-prediction.png
25+ .. image :: https://github.com/eli5-org/eli5/blob/master /docs/source/static/readme-show-prediction.png
2626 :alt: explain_prediction for text data
2727
28- .. image :: . /docs/source/static/readme-show-weights.png
28+ .. image :: https://github.com/eli5-org/eli5/blob/master /docs/source/static/readme-show-weights.png
2929 :alt: explain_weights for text data
3030
3131It provides support for the following machine learning frameworks and packages:
Original file line number Diff line number Diff line change 1- # -*- coding: utf-8 -*-
2- from __future__ import absolute_import
3-
4- __version__ = '0.13.0'
1+ __version__ = '0.14.0'
52
63from .formatters import (
74 format_as_html ,
You can’t perform that action at this time.
0 commit comments