Skip to content
Snippets Groups Projects
Commit d5a71d2a authored by Olivier Grisel's avatar Olivier Grisel
Browse files

pep8

parent 9590adb5
Branches
Tags
No related merge requests found
"""
Feature slection module for python.
"""
from .univariate_selection import (f_classif, f_regression,
SelectPercentile, SelectKBest,
SelectFpr, SelectFdr, SelectFwe,
GenericUnivariateSelect)
"""Feature slection module for python"""
from .univariate_selection import f_classif
from .univariate_selection import f_regression
from .univariate_selection import SelectPercentile
from .univariate_selection import SelectKBest
from .univariate_selection import SelectFpr
from .univariate_selection import SelectFdr
from .univariate_selection import SelectFwe
from .univariate_selection import GenericUnivariateSelect
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment