File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ recursive-include classifiers/ *
8
8
recursive-include loading_and_processing/ *
9
9
recursive-include prediction/ *
10
10
recursive-include training/ *
11
- recursive-include test_and_tuning/ *
11
+ recursive-include tests/ *
12
+ recursive-include tuning/ *
12
13
include *.md
13
14
include setup.py
14
15
include logger_config.py
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ packages =
25
25
spam_detector_ai.classifiers
26
26
spam_detector_ai.loading_and_processing
27
27
spam_detector_ai.prediction
28
- spam_detector_ai.test_and_tuning
28
+ spam_detector_ai.tests
29
+ spam_detector_ai.tuning
29
30
30
31
python_requires = >=3.8
31
32
install_requires =
@@ -34,6 +35,7 @@ install_requires =
34
35
numpy
35
36
pytest
36
37
joblib
38
+ xgboost
37
39
38
40
[options.package_data]
39
41
* = data/*
You can’t perform that action at this time.
0 commit comments