Skip to content

Commit

Permalink
Colaboratory를 통해 생성됨
Browse files Browse the repository at this point in the history
  • Loading branch information
osgeokr committed Feb 5, 2024
1 parent 9a72d48 commit 8dae819
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15009,12 +15009,12 @@
"plot_variable_importance(importances_list)"
],
"metadata": {
"id": "2nhhAUydurwm",
"outputId": "4594b1bd-5407-4f0d-f88b-de830ff9e3a8",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 516
}
},
"id": "2nhhAUydurwm",
"outputId": "4594b1bd-5407-4f0d-f88b-de830ff9e3a8"
},
"execution_count": 93,
"outputs": [
Expand Down Expand Up @@ -15110,12 +15110,12 @@
" print(f'Iteration {i + 1}: Presence Size = {presence_size}, Pseudo-absence Size = {pseudo_absence_size}')"
],
"metadata": {
"id": "sdyvrG7swBUp",
"outputId": "2f1dc8dd-ceee-44bf-abca-2ea272fc5208",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 17
}
},
"id": "sdyvrG7swBUp",
"outputId": "2f1dc8dd-ceee-44bf-abca-2ea272fc5208"
},
"execution_count": 95,
"outputs": [
Expand Down Expand Up @@ -15164,12 +15164,12 @@
"print_pres_abs_sizes(TestingDatasets, numiter)"
],
"metadata": {
"id": "MccWAsdTxjUS",
"outputId": "b150fc57-4086-44ac-9fa4-d28cfadca49a",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 199
}
},
"id": "MccWAsdTxjUS",
"outputId": "b150fc57-4086-44ac-9fa4-d28cfadca49a"
},
"execution_count": 97,
"outputs": [
Expand Down Expand Up @@ -15284,12 +15284,12 @@
" return ee.FeatureCollection(seq.map(calculate_metrics))"
],
"metadata": {
"id": "GvEH7C9SzI0M",
"outputId": "a5e4a205-648e-4aae-b4c9-bb0cc283d04b",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 17
}
},
"id": "GvEH7C9SzI0M",
"outputId": "a5e4a205-648e-4aae-b4c9-bb0cc283d04b"
},
"execution_count": 98,
"outputs": [
Expand Down Expand Up @@ -15370,12 +15370,12 @@
" print(f'Mean AUC-PR = {mean_auc_pr:.4f} ± {std_auc_pr:.4f}')"
],
"metadata": {
"id": "O6JACvJbzrn7",
"outputId": "a63108a3-6fbe-4cc4-aec1-d1ce31f99fac",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 17
}
},
"id": "O6JACvJbzrn7",
"outputId": "a63108a3-6fbe-4cc4-aec1-d1ce31f99fac"
},
"execution_count": 99,
"outputs": [
Expand Down Expand Up @@ -15424,12 +15424,12 @@
"calculate_and_print_auc_metrics(images, TestingDatasets, GrainSize, numiter)"
],
"metadata": {
"id": "WVM4DTduz41j",
"outputId": "ee875256-29b8-4bf7-c579-abdad03cb901",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 289
}
},
"id": "WVM4DTduz41j",
"outputId": "ee875256-29b8-4bf7-c579-abdad03cb901"
},
"execution_count": 100,
"outputs": [
Expand Down

0 comments on commit 8dae819

Please sign in to comment.