Add issparse import.

This commit is contained in:
untom 2013-09-19 08:44:42 +02:00
parent 4a2acd3f17
commit eaa8a5dfd5
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ from ..externals.six.moves import xrange
from ..utils import check_arrays
from ..utils import check_random_state
from ..utils import gen_even_slices
from ..utils import issparse
from ..utils.extmath import safe_sparse_dot
from ..utils.extmath import logistic_sigmoid