cyberosa
commited on
Commit
·
bf88b31
1
Parent(s):
0120490
cleaning
Browse files- scripts/pull_data.py +1 -3
scripts/pull_data.py
CHANGED
@@ -19,9 +19,8 @@ from tools import (
|
|
19 |
DEFAULT_FILENAME as TOOLS_FILENAME,
|
20 |
update_tools_accuracy,
|
21 |
)
|
22 |
-
from utils import INC_TOOLS
|
23 |
from profitability import run_profitability_analysis
|
24 |
-
|
25 |
import gc
|
26 |
|
27 |
logging.basicConfig(level=logging.INFO)
|
@@ -29,7 +28,6 @@ logging.basicConfig(level=logging.INFO)
|
|
29 |
SCRIPTS_DIR = Path(__file__).parent
|
30 |
ROOT_DIR = SCRIPTS_DIR.parent
|
31 |
DATA_DIR = ROOT_DIR / "data"
|
32 |
-
ACCURACY_FILENAME = "tools_accuracy.csv"
|
33 |
|
34 |
|
35 |
def get_question(text: str) -> str:
|
|
|
19 |
DEFAULT_FILENAME as TOOLS_FILENAME,
|
20 |
update_tools_accuracy,
|
21 |
)
|
|
|
22 |
from profitability import run_profitability_analysis
|
23 |
+
|
24 |
import gc
|
25 |
|
26 |
logging.basicConfig(level=logging.INFO)
|
|
|
28 |
SCRIPTS_DIR = Path(__file__).parent
|
29 |
ROOT_DIR = SCRIPTS_DIR.parent
|
30 |
DATA_DIR = ROOT_DIR / "data"
|
|
|
31 |
|
32 |
|
33 |
def get_question(text: str) -> str:
|