Skip to content

Commit

Permalink
Refactor 03-Neptune-ML samples folder (#546)
Browse files Browse the repository at this point in the history
* Refactor 03-Neptune-ML samples folder

* update changelog
  • Loading branch information
michaelnchin authored Dec 5, 2023
1 parent e519576 commit e7614eb
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.

## Upcoming
- Fixed `neptune_ml_utils` imports in `03-Neptune-ML` samples ([Link to PR](https://github.com/aws/graph-notebook/pull/546))

## Release 4.0.1 (Nov 29, 2023)
- Fixed @neptune_db_only magics decorator [Link to PR](https://github.com/aws/graph-notebook/pull/543))
- Fixed @neptune_db_only magics decorator ([Link to PR](https://github.com/aws/graph-notebook/pull/543))

## Release 4.0.0 (Nov 29, 2023)
- Added support for Neptune Analytics ([Link to PR](https://github.com/aws/graph-notebook/pull/541))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@
"Run the code below to check that your cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@
"Run the code below to check that your cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@
"Run the code below to check that this cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@
"Run the code below to check that this cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
"Run the code below to check that your cluster is configured to run Neptune ML."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,20 @@
"First, to check that this cluster is configured to run Neptune ML. Then, (optional) clear existing datasets in the Neptune cluster. And finally, load the Neptune-formartted job recommendatation dataset from `s3://neptuneml-data/kaggle-job-recommend`."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!cp ../neptune_ml_utils.py ."
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit e7614eb

Please sign in to comment.