You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/notebooks/guides/efficiency_global.md
+9-20Lines changed: 9 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ import matplotlib.pyplot as plt
28
28
np.random.seed(21)
29
29
```
30
30
31
+
/Users/dimitriskyriakopoulos/Documents/ath/Effector/Code/eff-env/lib/python3.10/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
32
+
from .autonotebook import tqdm as notebook_tqdm
33
+
34
+
31
35
32
36
```python
33
37
defreturn_predict(t):
@@ -47,7 +51,7 @@ def return_jacobian(t):
47
51
48
52
49
53
```python
50
-
defmeasure_time(method_name, features):
54
+
defmeasure_time(method_name, features, model, N, M, D, repetitions, K, model_jac=None,):
0 commit comments