Rajiv Shah

Results 13 comments of Rajiv Shah
trafficstars

I am slowly working through the rldemo and this is what I have: ``` this.actions.push([1,1]); //straight ahead, ahead big this.actions.push([0.8,1]); //loop counterclockwise, turn .2 (where 6.28 is a full circle),...

Is it possible to leave a short comment that the code is incorrect? I spent a lot of time on this lesson because I tried to implement everything by following...

I also think this would be a useful feature. Also the link by safferli to the gist should be: https://gist.github.com/safferli/5cdf28465fd7cec7ef6b

Here is a simple example (I am working with nested json files that are a hundred megs): {"balance":1000.21,"num":100,"nickname":null,"is_vip":true,"name":"foo"} If you read this in, you will see 5 elements. If you...

So here is the more complicated workflow I am using. I want to get NBA Movement data into a data frame. I found some great work and sample code here:...

From my understanding of the code, there is a function called calculate_heat_values.R in the Functions folder. It appears to use a kernel density estimation with a grid of .01.

I can't vouch for everything in the notebook, but I was able to run it and its useful for introducing me to Tbats.

I understand why you would want a more attractive web app. I was hoping for a streamlit app -- simply because I am looking for an LLM leaderboard in a...

I believe the Isolation Forest package was last revised in 2009. :( You have to either run the app with an older version of R or look into why the...

whew, glad I am not alone on this. I also had this error today with tensor flow 0.7.1 I found this message that also makes it looks like things have...