Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotcr committed Aug 10, 2017
1 parent 2703bcd commit 95a948b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lime/tests/test_lime_tabular.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import unittest

import numpy as np
import sklearn
import sklearn # noqa
import sklearn.datasets
import sklearn.ensemble
import sklearn.linear_model
import sklearn.linear_model # noqa
from sklearn.datasets import load_iris, make_classification
from sklearn.ensemble import RandomForestClassifier
from sklearn.linear_model import Lasso
Expand Down
2 changes: 1 addition & 1 deletion lime/tests/test_lime_text.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

import sklearn
import sklearn # noqa
from sklearn.datasets import fetch_20newsgroups
from sklearn.feature_extraction.text import TfidfVectorizer
from sklearn.linear_model import Lasso
Expand Down

0 comments on commit 95a948b

Please sign in to comment.