Skip to content

Commit 4e52965

Browse files
committed
redo recent updates
1 parent 6107367 commit 4e52965

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

DP0.2/19a_Introduction_to_AI/19a_Introduction_to_AI.ipynb

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
88
"<br><b> Introduction to AI-based Image Classification with Pytorch</b> <br>\n",
99
"Contact author: Brian Nord <br>\n",
10-
"Last verified to run: 2025-06-20 <br>\n",
11-
"LSST Science Pipelines version: Release r29.1.0 <br>\n",
10+
"Last verified to run: 2025-10-30 <br>\n",
11+
"LSST Science Pipelines version: Release r29.2.0 <br>\n",
1212
"Container size: medium <br>\n",
1313
"Targeted learning level: beginner <br>"
1414
]
@@ -1421,7 +1421,9 @@
14211421
"source": [
14221422
"Plot the distributions of pixel values to understand the data further. All pixel data has been normalized, and pixels have values between 0 and 1 only.\n",
14231423
"\n",
1424-
"The distribution of pixel values matches the images shown above: mostly black (values near 0) pixels, with some white (values near 1), and a few grey (values in between 0 and 1)."
1424+
"The distribution of pixel values matches the images shown above: mostly black (values near 0) pixels, with some white (values near 1), and a few grey (values in between 0 and 1).\n",
1425+
"\n",
1426+
"> **Warning:** the following cell produces a DeprecationWarning that is ok to ignore."
14251427
]
14261428
},
14271429
{
@@ -2293,7 +2295,9 @@
22932295
"source": [
22942296
"The Receiver Operator Characteristic (ROC) Curve is a plot of the True Positive Rate (TPR; y axis) versus the False Positive Rate (FPR; x axis).\n",
22952297
"\n",
2296-
"For a given classification threshold on the probability (canonically, 0.5), the balance of true positives and false positives will change."
2298+
"For a given classification threshold on the probability (canonically, 0.5), the balance of true positives and false positives will change.\n",
2299+
"\n",
2300+
"> **Warning:** the cell below produces a pink FutureWarning about deprecated kwargs that is ok to ignore."
22972301
]
22982302
},
22992303
{
@@ -2327,14 +2331,14 @@
23272331
"id": "vvAqrZwjVYBt"
23282332
},
23292333
"source": [
2330-
"### 4.5. Investigating predictions in detail"
2334+
"### 4.6. Investigating predictions in detail"
23312335
]
23322336
},
23332337
{
23342338
"cell_type": "markdown",
23352339
"metadata": {},
23362340
"source": [
2337-
"#### 4.5.1. Glossary: classification metrics"
2341+
"#### 4.6.1. Glossary: classification metrics"
23382342
]
23392343
},
23402344
{
@@ -2353,7 +2357,7 @@
23532357
"cell_type": "markdown",
23542358
"metadata": {},
23552359
"source": [
2356-
"#### 4.5.2. Explore the classification of the training data for an example class value"
2360+
"#### 4.6.2. Explore the classification of the training data for an example class value"
23572361
]
23582362
},
23592363
{
@@ -2567,7 +2571,7 @@
25672571
"cell_type": "markdown",
25682572
"metadata": {},
25692573
"source": [
2570-
"#### 4.5.3. Investigate morphological features of images with feature maps"
2574+
"#### 4.6.3. Investigate morphological features of images with feature maps"
25712575
]
25722576
},
25732577
{

0 commit comments

Comments
 (0)