Skip to content

Commit dea4615

Browse files
committed
➕ Add dependencies
* Update notebooks
1 parent 45882c0 commit dea4615

File tree

3 files changed

+259
-322
lines changed

3 files changed

+259
-322
lines changed

docs/3reinforce_learn/customer-churn.ipynb

Lines changed: 256 additions & 298 deletions
Large diffs are not rendered by default.

docs/3reinforce_learn/reinforcement_robotgridexit.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -422,30 +422,6 @@
422422
"plt.yticks(range(env.height))\n",
423423
"plt.show()"
424424
]
425-
},
426-
{
427-
"cell_type": "code",
428-
"execution_count": null,
429-
"id": "e1511177-edd4-487d-80a0-4fdd101b1eda",
430-
"metadata": {},
431-
"outputs": [],
432-
"source": []
433-
},
434-
{
435-
"cell_type": "code",
436-
"execution_count": null,
437-
"id": "76167e23-5e56-4ee3-bc1d-a5f09dafdfda",
438-
"metadata": {},
439-
"outputs": [],
440-
"source": []
441-
},
442-
{
443-
"cell_type": "code",
444-
"execution_count": null,
445-
"id": "a4e949b8-5b79-44f0-918b-c09a2fcd5071",
446-
"metadata": {},
447-
"outputs": [],
448-
"source": []
449425
}
450426
],
451427
"metadata": {

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ dependencies = [
1818
"datasets",
1919
"dedupe",
2020
"jupyter",
21+
"kagglehub",
2122
"keras",
23+
"missingno",
2224
"numpy",
2325
"pandas",
26+
"plotly",
2427
"scikit-learn",
2528
"tensorflow",
2629
"torch",

0 commit comments

Comments
 (0)