Skip to content

Commit c11d770

Browse files
wine notebook update tail -> takeLast
1 parent 6d53c39 commit c11d770

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

examples/notebooks/dev/wine/WineNetWIthKotlinDL.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,9 +2294,7 @@
22942294
"start_time": "2025-08-04T19:11:29.971573Z"
22952295
}
22962296
},
2297-
"source": [
2298-
"trainHist.epochHistory.toDataFrame().tail()"
2299-
],
2297+
"source": "trainHist.epochHistory.toDataFrame().takeLast()",
23002298
"outputs": [
23012299
{
23022300
"data": {
@@ -3251,7 +3249,7 @@
32513249
},
32523250
"source": [
32533251
"val trainHist = model2.fit(train, batchSize = 500, epochs = 2000)\n",
3254-
"trainHist.epochHistory.toDataFrame().tail()"
3252+
"trainHist.epochHistory.toDataFrame().takeLast()"
32553253
],
32563254
"outputs": [
32573255
{

examples/notebooks/wine/WineNetWIthKotlinDL.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,9 +2291,7 @@
22912291
"start_time": "2025-05-28T10:59:34.101283Z"
22922292
}
22932293
},
2294-
"source": [
2295-
"trainHist.epochHistory.toDataFrame().tail()"
2296-
],
2294+
"source": "trainHist.epochHistory.toDataFrame().takeLast()",
22972295
"outputs": [
22982296
{
22992297
"data": {
@@ -3248,7 +3246,7 @@
32483246
},
32493247
"source": [
32503248
"val trainHist = model2.fit(train, batchSize = 500, epochs = 2000)\n",
3251-
"trainHist.epochHistory.toDataFrame().tail()"
3249+
"trainHist.epochHistory.toDataFrame().takeLast()"
32523250
],
32533251
"outputs": [
32543252
{

0 commit comments

Comments
 (0)