Skip to content

Commit e81d30b

Browse files
committed
Merge branch 'FastAPI_transition'
2 parents 449d2f1 + d3b7921 commit e81d30b

File tree

57 files changed

+130208
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+130208
-78
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Guide
1919
FutureUpdates.txt
2020
experimentation.ipynb
2121
Materials2
22+
app_exe
2223
# Distribution / packaging
2324
.Python
2425
build/

Example/DummyExamples/Test.csv

Lines changed: 25977 additions & 0 deletions
Large diffs are not rendered by default.

Example/DummyExamples/Train.csv

Lines changed: 103905 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Correlation Limit: 0.8
2+
Machine Learning Models:
3+
Decision Trees: false
4+
Logistic Regression: false
5+
Multi-Layer Neural Network: false
6+
Random Forest: false
7+
Stochastic Gradient Descent: false
8+
Support Vector Machines: false
9+
XGBoost: true
10+
Metric For Threshold Optimization: Balanced Accuracy
11+
apply_grid_search:
12+
enabled: true
13+
type:
14+
Exhaustive: false
15+
Randomized: true
16+
number_of_k_folds: 2

Example/Materials/2_fold_results.xlsx

5.35 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)