{ "cells": [ { "cell_type": "markdown", "id": "b58fa431-18d0-444c-a0c0-b07d8f70fbb4", "metadata": {}, "source": [ "# Exercise 3: Visualizing Training Data" ] }, { "cell_type": "markdown", "id": "7077098d-6b6b-47ed-88a6-1d18133fab7f", "metadata": {}, "source": [ "You'll need to run the Unpack.ipynb notebook before this one!" ] }, { "cell_type": "markdown", "id": "9e785fb5-81c3-4608-bc8f-e159c366c82a", "metadata": {}, "source": [ "## Setup" ] }, { "cell_type": "code", "execution_count": 1, "id": "ee1d8390-7d8c-4306-a6d0-31c87ee40fcb", "metadata": {}, "outputs": [], "source": [ "from pyiron import Project\n", "import matplotlib.pyplot as plt\n", "import numpy as np\n", "import seaborn as sns" ] }, { "cell_type": "code", "execution_count": 2, "id": "0415ea7a-509d-4473-8365-ca31568a555a", "metadata": {}, "outputs": [], "source": [ "plt.rc('figure', figsize=(16,8))\n", "plt.rc('font', size=18)" ] }, { "cell_type": "code", "execution_count": 3, "id": "dc7814d6-8fcf-46cc-bdbf-efd01748fa2f", "metadata": {}, "outputs": [], "source": [ "pr = Project('training')" ] }, { "cell_type": "code", "execution_count": 4, "id": "4a0e908e-de03-414a-b998-ac8ba12410a1", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | id | \n", "status | \n", "chemicalformula | \n", "job | \n", "subjob | \n", "projectpath | \n", "project | \n", "timestart | \n", "timestop | \n", "totalcputime | \n", "computer | \n", "hamilton | \n", "hamversion | \n", "parentid | \n", "masterid | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | \n", "17168587 | \n", "finished | \n", "None | \n", "full | \n", "/full | \n", "/cmmc/u/ | \n", "zora/pyiron/projects/2022/POTENTIALS/TutorialNotebooks/workshop_preparation/introduction/training/ | \n", "2022-06-03 00:02:34.816533 | \n", "None | \n", "None | \n", "zora@cmti001#1 | \n", "TrainingContainer | \n", "0.4 | \n", "None | \n", "None | \n", "
0 | \n", "17168588 | \n", "finished | \n", "None | \n", "basic | \n", "/basic | \n", "/cmmc/u/ | \n", "zora/pyiron/projects/2022/POTENTIALS/TutorialNotebooks/workshop_preparation/introduction/training/ | \n", "2022-06-03 00:02:47.281055 | \n", "None | \n", "None | \n", "zora@cmti001#1 | \n", "TrainingContainer | \n", "0.4 | \n", "None | \n", "None | \n", "
1 | \n", "17168589 | \n", "finished | \n", "None | \n", "Al_basic_atomicrex | \n", "/Al_basic_atomicrex | \n", "/cmmc/u/ | \n", "zora/pyiron/projects/2022/POTENTIALS/TutorialNotebooks/workshop_preparation/introduction/training/ | \n", "2022-06-03 00:02:48.226369 | \n", "None | \n", "None | \n", "zora@cmti001#1 | \n", "TrainingContainer | \n", "0.4 | \n", "None | \n", "None | \n", "