File: __init__.py

package info (click to toggle)
sklearn-pandas 2.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 440 kB
  • sloc: python: 1,177; sh: 12; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
__version__ = '2.2.0'

import logging
logger = logging.getLogger(__name__)

from .dataframe_mapper import DataFrameMapper  # NOQA
from .features_generator import gen_features  # NOQA
from .transformers import NumericalTransformer # NOQA