progress made

This commit is contained in:
bolade
2025-11-21 10:01:07 +01:00
parent 32126a3702
commit fec2c72b13
2 changed files with 354 additions and 24 deletions
+3 -3
View File
@@ -345,7 +345,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": null,
"id": "cdfeb309", "id": "cdfeb309",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@@ -398,7 +398,7 @@
"optimal_fat_idx = df['fat_carb_ratio'].idxmax()\n", "optimal_fat_idx = df['fat_carb_ratio'].idxmax()\n",
"optimal_row = df.loc[optimal_fat_idx]\n", "optimal_row = df.loc[optimal_fat_idx]\n",
"\n", "\n",
"print(f\"Optimal Fat Burning Zone (highest fat:carb ratio):\")\n", "print(\"Optimal Fat Burning Zone (highest fat:carb ratio):\")\n",
"print(f\"Time: {optimal_row['T(sec)']} seconds\")\n", "print(f\"Time: {optimal_row['T(sec)']} seconds\")\n",
"print(f\"Fat burn rate: {optimal_row['FAT_smoothed']:.3f} kcal/min\")\n", "print(f\"Fat burn rate: {optimal_row['FAT_smoothed']:.3f} kcal/min\")\n",
"print(f\"Carb burn rate: {optimal_row['CHO_smoothed']:.3f} kcal/min\")\n", "print(f\"Carb burn rate: {optimal_row['CHO_smoothed']:.3f} kcal/min\")\n",
@@ -552,7 +552,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 16, "execution_count": null,
"id": "07593b56", "id": "07593b56",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
+351 -21
View File
File diff suppressed because one or more lines are too long