Skip to content

Commit

Permalink
first line
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 19, 2024
1 parent 4592cd9 commit 82e5c3b
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 3 deletions.
4 changes: 1 addition & 3 deletions fsspark/fs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
Set,
Tuple)

import pyspark.pandas
import pyspark.sql
from pyspark.ml.feature import (VectorAssembler,
StringIndexer,
Binarizer,
Expand All @@ -22,7 +20,7 @@
rand)

logging.basicConfig(format="%(levelname)s (%(name)s %(lineno)s): %(message)s")
logger = logging.getLogger("FSSPARK")
logger = logging.getLogger("pickfeat")
logger.setLevel(logging.INFO)


Expand Down
Loading

0 comments on commit 82e5c3b

Please sign in to comment.