Skip to content

Commit

Permalink
Upadated example
Browse files Browse the repository at this point in the history
  • Loading branch information
leschultz committed Jun 18, 2024
1 parent fd942c9 commit 0945c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jupyter/tutorial_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"data = datasets.load('strength')\n",
"data = datasets.load('diffusion')\n",
"X = data['data']\n",
"y = data['target']\n",
"g = data['class_name']"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Package information
name = 'madml'
version = '2.6.6' # Need to increment every time to push to PyPI
version = '2.6.7' # Need to increment every time to push to PyPI
description = 'Application domain of machine learning in materials science.'
url = 'https://github.com/leschultz/'\
'materials_application_domain_machine_learning.git'
Expand Down

0 comments on commit 0945c69

Please sign in to comment.