File: __init__.py

package info (click to toggle)
orange3 3.40.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,912 kB
  • sloc: python: 162,745; ansic: 622; makefile: 322; sh: 93; cpp: 77
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# The package is pulling names from modules with defined __all__
# pylint: disable=wildcard-import

from .continuize import *
from .discretize import *
from .fss import *
from .impute import *
from .normalize import *
from .remove import *
from .preprocess import *