Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2021 Matminer/ML Update (WIP) #149

Merged
merged 9 commits into from
Jul 28, 2021
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ atomate==0.9.9
pymongo==3.12.0
robocrys==0.2.7
crystal-toolkit==2021.4.29
matminer==0.7.3
ipywidgets==7.5.1
mpcontribs-client==3.12.0
graphviz==0.17
Expand Down
11,596 changes: 2,314 additions & 9,282 deletions workshop/lessons/08_ml_matminer/matminer-notes.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Binary file added workshop/lessons/08_ml_matminer/resources/mb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed workshop/lessons/08_ml_matminer/resources/pipe.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -150,7 +150,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions workshop/lessons/08_ml_matminer/unit-1-exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -128,7 +128,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"metadata": {},
"outputs": [],
"source": [
"from matminer.featurizers.composition import ElementFraction\n",
"from matminer.featurizers.composition.element import ElementFraction\n",
"\n",
"ep = ElementFraction()\n",
"\n",
Expand All @@ -89,7 +89,7 @@
"metadata": {},
"outputs": [],
"source": [
"from matminer.featurizers.structure import DensityFeatures\n",
"from matminer.featurizers.structure.order import DensityFeatures\n",
"\n",
"de = DensityFeatures()\n",
"\n",
Expand All @@ -109,7 +109,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -123,7 +123,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions workshop/lessons/08_ml_matminer/unit-2-exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"metadata": {},
"outputs": [],
"source": [
"from matminer.featurizers.composition import ElementFraction\n",
"from matminer.featurizers.composition.element import ElementFraction\n",
"\n",
"ep = ElementFraction()\n",
"\n",
Expand All @@ -87,7 +87,7 @@
"metadata": {},
"outputs": [],
"source": [
"from matminer.featurizers.structure import DensityFeatures\n",
"from matminer.featurizers.structure.order import DensityFeatures\n",
"\n",
"de = DensityFeatures()\n",
"\n",
Expand All @@ -106,7 +106,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -120,7 +120,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions workshop/lessons/08_ml_matminer/unit-3-exercies-answers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -160,7 +160,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions workshop/lessons/08_ml_matminer/unit-3-exercies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -160,7 +160,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down