update model jupyters

This commit is contained in:
Giuseppe Nucifora 2024-11-21 19:17:51 +01:00
parent 2dcbff3004
commit 1bd6a05aec
3 changed files with 527 additions and 1003 deletions

View File

@ -24,7 +24,7 @@
"!pip install tqdm\n",
"!pip install pydot\n",
"!pip install tensorflow-io\n",
"!pip install tensorflow-addons\n"
"!pip install tensorflow-addons"
],
"outputs": [],
"execution_count": null
@ -49,6 +49,10 @@
"import matplotlib.pyplot as plt\n",
"from tensorflow.keras.utils import plot_model\n",
"import tensorflow_addons as tfa\n",
"import os\n",
"import joblib\n",
"import seaborn as sns\n",
"from sklearn.metrics import mean_absolute_error, mean_squared_error, r2_score, confusion_matrix\n",
"\n",
"folder_name = datetime.now().strftime(\"%Y-%m-%d_%H-%M\")\n",
"\n",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long