Skip to content

SparseSeries deprecated: scipy-dev failing on travis #14002

@thomasjpfan

Description

@thomasjpfan

test_type_of_target is failing on scipy-dev because it uses pd.SparseSeries:

FutureWarning: SparseSeries is deprecated and will be removed in a future version.
Use a Series with sparse values instead.

    >>> series = pd.Series(pd.SparseArray(...))

    See http://pandas.pydata.org/pandas-docs/stable/user_guide/sparse.html#migrating for more.

https://travis-ci.org/scikit-learn/scikit-learn/jobs/539694604

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions