Skip to content

Commit

Permalink
elim import *
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Sep 28, 2023
1 parent 7333395 commit fafa4e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/tests/test_db_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
have_data_algebra = False
try:
import data_algebra
from data_algebra.data_ops import *
from data_algebra.view_representations import TableDescription
from data_algebra.data_ops import descr, describe_table
import data_algebra.SQLite
from vtreat.vtreat_db_adapter import as_data_algebra_pipeline
have_data_algebra = True
Expand Down
3 changes: 2 additions & 1 deletion pkg/vtreat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# noinspection PyUnresolvedReferences
import numpy

from vtreat.vtreat_api import *
from vtreat.vtreat_api import unsupervised_parameters, vtreat_parameters, BinomialOutcomeTreatment, MultinomialOutcomeTreatment, NumericOutcomeTreatment, UnsupervisedTreatment


__docformat__ = "restructuredtext"
__version__ = "1.3.0"
Expand Down

0 comments on commit fafa4e0

Please sign in to comment.