Skip to content

Commit

Permalink
removed problem cell
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLemonPig committed Sep 13, 2023
1 parent c46e80b commit 47c7641
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions docs/theorist/Equation Discovery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"\u001B[?25l \u001B[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001B[0m \u001B[32m0.0/110.5 kB\u001B[0m \u001B[31m?\u001B[0m eta \u001B[36m-:--:--\u001B[0m\r",
"\u001B[2K \u001B[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001B[0m \u001B[32m110.5/110.5 kB\u001B[0m \u001B[31m6.5 MB/s\u001B[0m eta \u001B[36m0:00:00\u001B[0m\n",
"\u001B[?25h"
"\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/110.5 kB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m110.5/110.5 kB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h"
]
}
],
Expand Down Expand Up @@ -387,27 +387,6 @@
"present_results(model=poly_model, x_test=conditions_test, y_test=observations_test, arg='3d')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"ename": "AttributeError",
"evalue": "ignored",
"output_type": "error",
"traceback": [
"\u001B[0;31m---------------------------------------------------------------------------\u001B[0m",
"\u001B[0;31mAttributeError\u001B[0m Traceback (most recent call last)",
"\u001B[0;32m<ipython-input-9-9d8d136c217b>\u001B[0m in \u001B[0;36m<cell line: 1>\u001B[0;34m()\u001B[0m\n\u001B[0;32m----> 1\u001B[0;31m \u001B[0mprint\u001B[0m\u001B[0;34m(\u001B[0m\u001B[0mpoly_model\u001B[0m\u001B[0;34m.\u001B[0m\u001B[0mmodel_\u001B[0m\u001B[0;34m)\u001B[0m\u001B[0;34m\u001B[0m\u001B[0;34m\u001B[0m\u001B[0m\n\u001B[0m",
"\u001B[0;31mAttributeError\u001B[0m: 'PolynomialRegressor' object has no attribute 'model_'"
]
}
],
"source": [
"print(poly_model.model_)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 47c7641

Please sign in to comment.