diff --git "a/index.html" "b/index.html" --- "a/index.html" +++ "b/index.html" @@ -13142,7 +13142,7 @@ div#notebook {
# Installing the dependencies within the notebook to make it easier to run on colab
-%pip install -Uqq fastai ipywidgets plotly
+%pip install -Uqq fastai==2.7.18 ipywidgets==8.1.5 plotly==5.24.1
 
@@ -13310,12 +13310,12 @@ div#notebook {
-
+
@@ -13397,12 +13397,12 @@ Prediction: 4.0, Actual: 4.2, Absolute Difference: 0.200
-
+
@@ -13432,7 +13432,10 @@ var element = $('#bc2c7fce-2f8f-46c3-ba6a-b0bea03d320d');
In [8]:
-
import plotly.graph_objects as go
+
import plotly
+plotly.offline.init_notebook_mode(connected=True)
+
+import plotly.graph_objects as go
 
 def demo_mae_surface():
     # Actual data points
@@ -13524,7772 +13527,25 @@ var element = $('#bc2c7fce-2f8f-46c3-ba6a-b0bea03d320d');
 
- -
-
-
-
-
-
+ }) }; });
@@ -21489,12 +13745,12 @@ If the slope is negative we want to move forward (or downhill).

-
+
@@ -21605,6 +13861,6 @@ Best abc parameters: tensor([3.1053, 1.6716, 1.0000])