Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
antifragility
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ana Pamela Osuna Vargas
antifragility
Commits
cef6a9d2
Commit
cef6a9d2
authored
Dec 11, 2019
by
Pamela Osuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pr curve averaged for each class
parent
8aefbea9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
main.py
+1
-1
No files found.
main.py
View file @
cef6a9d2
...
...
@@ -43,7 +43,7 @@ for params in combinations:
# once we have chosen the optimal parameters we can do the normal kfold
#note: the test data remains unbalanced
acc
,
auc
,
cm
=
cnn
.
run_kfold
(
X_train
_opt
,
X_test_kfold_opt
,
y_train_kfold_opt
,
y_test_kfold_opt
,
max_params
)
acc
,
auc
,
cm
,
pr
=
cnn
.
run_kfold
(
X_train_kfold
_opt
,
X_test_kfold_opt
,
y_train_kfold_opt
,
y_test_kfold_opt
,
max_params
)
#to add: precision recall curve
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment