JobSelect 0.10.7__tar.gz → 0.10.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jobselect-0.10.7 → jobselect-0.10.8}/JobSelect.egg-info/PKG-INFO +1 -1
- {jobselect-0.10.7 → jobselect-0.10.8}/PKG-INFO +1 -1
- {jobselect-0.10.7 → jobselect-0.10.8}/cli/jobselect.py +3 -3
- {jobselect-0.10.7 → jobselect-0.10.8}/pyproject.toml +1 -1
- {jobselect-0.10.7 → jobselect-0.10.8}/JobSelect.egg-info/SOURCES.txt +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/JobSelect.egg-info/dependency_links.txt +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/JobSelect.egg-info/entry_points.txt +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/JobSelect.egg-info/requires.txt +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/JobSelect.egg-info/top_level.txt +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/LICENSE +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/README.md +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/cli/api_logic.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/cli/api_val.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/cli/model_select.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/cli/test_cli.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/cli/utils.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/Model.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/__init__.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/eval.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/pred.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/prep/__init__.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/prep/data_prep.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/prep/label_vocab.json +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/prep/prepared_data.npz +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/prep/sym_map.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/prep/test.py +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model/prep/vectorizer.pkl +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model_out/skill_classifier.pt +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/model_out/training_history.json +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/setup.cfg +0 -0
- {jobselect-0.10.7 → jobselect-0.10.8}/test/test_model.py +0 -0
|
@@ -4,9 +4,9 @@ Run directly: python cli/test_cli.py
|
|
|
4
4
|
"""
|
|
5
5
|
from rich import print
|
|
6
6
|
from rich.console import Console
|
|
7
|
-
from utils import clear_console, title, query
|
|
8
|
-
from model_select import predict
|
|
9
|
-
from api_val import val_api, infer_mode
|
|
7
|
+
from .utils import clear_console, title, query
|
|
8
|
+
from .model_select import predict
|
|
9
|
+
from .api_val import val_api, infer_mode
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
def cli() -> None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|