Skip to content

Commit

Permalink
no need to import logger
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-peters committed Jun 7, 2021
1 parent a73d153 commit ffddd59
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/run_experiments_covertype.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import logging

from sketching import settings
from sketching.datasets import Covertype_Sklearn
from sketching.utils import run_experiments

logger = logging.getLogger(settings.LOGGER_NAME)


MIN_SIZE = 500
MAX_SIZE = 15000
STEP_SIZE = 500
Expand Down

0 comments on commit ffddd59

Please sign in to comment.