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
spcat1a = []
for n in np.arange(25,250,25):
o = np.tile(np.arange(n),n)
s = dt.now()
b = spcategorical1a(np.array(o))
e = dt.now()
spcat1a.append((e-s).total_seconds())
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-8-23d91b0c87a5> in <module>
3 o = np.tile(np.arange(n),n)
4 s = dt.now()
----> 5 b = spcategorical1a(np.array(o))
6 e = dt.now()
7 spcat1a.append((e-s).total_seconds())
NameError: name 'spcategorical1a' is not defined
Thank you very much for reporting @thedatalass! Could you please provide a link to the source notebook so we can fix it in place? The link provided is to an ephemeral Binder container (now defunct).
Sparse Categorical Speed
4d_distance
The text was updated successfully, but these errors were encountered: