sample notebooks and test files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
venv
|
venv
|
||||||
|
.venv
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|||||||
18
config.yaml
18
config.yaml
@@ -0,0 +1,18 @@
|
|||||||
|
#Basic config, MUST CHANGE
|
||||||
|
#CHANGE
|
||||||
|
similarity_thresholds:
|
||||||
|
jaccard: 99
|
||||||
|
semantic: 99
|
||||||
|
syntactic: 99
|
||||||
|
|
||||||
|
semantic_methods:
|
||||||
|
use_weighted_average: true
|
||||||
|
use_sif: true
|
||||||
|
pos_weights:
|
||||||
|
NOUN: 99
|
||||||
|
VERB: 99
|
||||||
|
OTHER: 99
|
||||||
|
|
||||||
|
model:
|
||||||
|
fusion_classifier: "logistic_regression"
|
||||||
|
test_size: 0.2
|
||||||
0
notebooks/01_data_exploration.ipynb
Normal file
0
notebooks/01_data_exploration.ipynb
Normal file
0
notebooks/02_baseline_experiments.ipynb
Normal file
0
notebooks/02_baseline_experiments.ipynb
Normal file
0
notebooks/03_semantic_methods.ipynb
Normal file
0
notebooks/03_semantic_methods.ipynb
Normal file
0
notebooks/04_fusion_model.ipynb
Normal file
0
notebooks/04_fusion_model.ipynb
Normal file
0
notebooks/05_final_evaluation.ipynb
Normal file
0
notebooks/05_final_evaluation.ipynb
Normal file
0
tests/test_lexical_features.py
Normal file
0
tests/test_lexical_features.py
Normal file
0
tests/test_models.py
Normal file
0
tests/test_models.py
Normal file
0
tests/test_semantic_features.py
Normal file
0
tests/test_semantic_features.py
Normal file
Reference in New Issue
Block a user