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
You show the box_count "score" (i.e. the total count of box "hits" from line 77) as the X
However, in the code (line 83) these seem to be stored as Y; gy.append(math.log(box_count))
Similar observation for the Ys vs Xs (i.e. video shows 1/a_box_size) as Y but code (line 81) shows it as X
Can't tell you how much I appreciated the video (it spawned a crazy idea I'm working on to use the algo to evaluate complexity in federal agency IT activities) as well as the working code - I spent quite a bit of time trying to re-create the algo before I realized you'd probably posted your code!
thanks
The text was updated successfully, but these errors were encountered:
I'm not sure it's an issue per say (I think it would only change the slope of the line) but just trying to grok this some more;
In your keynote; https://youtu.be/bSfe5M_zG2s?t=1859
box_count
"score" (i.e. the total count of box "hits" from line 77) as the Xgy.append(math.log(box_count))
1/a_box_size
) as Y but code (line 81) shows it as XCan't tell you how much I appreciated the video (it spawned a crazy idea I'm working on to use the algo to evaluate complexity in federal agency IT activities) as well as the working code - I spent quite a bit of time trying to re-create the algo before I realized you'd probably posted your code!
thanks
The text was updated successfully, but these errors were encountered: