Skip to content

Commit

Permalink
finition streamlit nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarandro committed Mar 12, 2021
1 parent 2b0804b commit 13fccc9
Show file tree
Hide file tree
Showing 39 changed files with 26,621 additions and 2,208 deletions.
Binary file modified __pycache__/binaryML.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/class_gridsearch.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/class_models.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/eda_utils.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/extraction_words.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/feature_importance.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/prediction.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/utils.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/validation.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion main_nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

frac = 0.8 # train_test_split fraction (data is split in train/test with frac = % for training dataset)

max_run_time_per_model = 30 # (limit gridsearch time for each model)
max_run_time_per_model = 300 # (limit gridsearch time for each model)

scoring = 'f1' # ['accuracy','f1','recall','precision','roc_auc'] # metric to optimize during gridsearch
sort_leaderboard = 'f1' # ['accuracy','f1','recall','precision','roc_auc'] # sort dataframe leaderboard by a metric
Expand Down
Binary file modified models_nlp/__pycache__/camembert.cpython-38.pyc
Binary file not shown.
Binary file modified models_nlp/__pycache__/fastText.cpython-38.pyc
Binary file not shown.
Binary file modified models_nlp/__pycache__/tfidf_Logistic_Regression.cpython-38.pyc
Binary file not shown.
Binary file modified models_nlp/__pycache__/tfidf_SGDclassifier.cpython-38.pyc
Binary file not shown.
Binary file modified models_nlp/__pycache__/tfidf_naive_bayes.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/blend_models.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/catBoost.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/lightGBM.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/randomForest.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/regression_logistique.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/simpleNeuralNetwork.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/stacking.cpython-38.pyc
Binary file not shown.
Binary file modified models_tabular/__pycache__/xgboost.cpython-38.pyc
Binary file not shown.
Binary file modified preprocessing_data/__pycache__/preprocessing_nlp.cpython-38.pyc
Binary file not shown.
Binary file not shown.
1,107 changes: 1,032 additions & 75 deletions results/results_nlp/X_test.csv

Large diffs are not rendered by default.

4,402 changes: 4,115 additions & 287 deletions results/results_nlp/X_train.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 13fccc9

Please sign in to comment.