Skip to content

Commit

Permalink
Conform to new sklearn api
Browse files Browse the repository at this point in the history
  • Loading branch information
icfly2 authored Dec 9, 2020
1 parent 017c738 commit c211550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eli5/sklearn/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import numpy as np
from sklearn.pipeline import Pipeline, FeatureUnion
from sklearn.feature_selection.base import SelectorMixin
from sklearn.feature_selection import SelectorMixin

from sklearn.preprocessing import (
MinMaxScaler,
Expand Down

0 comments on commit c211550

Please sign in to comment.