Skip to content

Commit

Permalink
DOC update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jun 22, 2017
1 parent 17851d7 commit 26a7ab4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

TBA
---

* support :func:`eli5.explain_prediction` and :func:`eli5.explain_weights`
for libsvm-based linear estimators from sklearn.svm: ``SVC(kernel='linear')``
(only binary classification), ``NuSVC(kernel='linear')`` (only
binary classification), ``SVR(kernel='linear')``, ``NuSVR(kernel='linear')``,
``OneClassSVM(kernel='linear')``;
* fixed :func:`eli5.explain_weights` for LightGBM_ estimators in Python 2 when
``importance_type`` is 'split' or 'weight';
* testing improvements.

0.6.4 (2017-06-22)
------------------

Expand Down

0 comments on commit 26a7ab4

Please sign in to comment.