Kunal Mishra

Results 14 comments of Kunal Mishra

``` Successfully installed npm optional-django Cleaning up... Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package websockify Cloud9 Username: kunalmishra9 Password: ************* Unknown...

Suspend/resume also seems to work just fine. Some other problems I've noticed: Display backlighting control doesn't work. Right-Alt + Brightness keys do nothing. Upon booting, there's a display backlight at...

^Sorry, what is this? Also my bad, yeah DISPLAY backlighting works, KEYBOARD backlighting doesn't. That was a typo.

Yup I'm on Chell. Something also just recently occurred where the trackpad requires a lot of pressure to move the mouse pointer (a light finger on it won't move it)...

While I think a `disk.frame` db would be great, I'm curious how it would be different from setting up a SQLite database (which is fairly reasonable and has very few...

I actually agree that `disk.frame` as a dbplyr-backend makes sense and would be about as performant as is possible to use custom R functions (sqlite is definitely more limited and...

Ah, so I'm actually using `caret` like this (which may provide a helpful basis for a worked example or vignette): ``` training_parameters = trainControl( method = "cv", number = 5,...

Actually yeah this is a big deal -- I swapped from `multicore` to `multisession` and got a 25x speedup (I think multicore is already falling back on "sequential"). I was...

Yup. I'm also wondering -- in the vignette, 12 was chosen as the number of logical cores... But if its spinning up a bunch of threads, is there any reason...

Can confirm that setting up 30 workers on my 12 thread laptop seems to be a solid move for maxing utilization ![image](https://user-images.githubusercontent.com/10662252/62798829-144c9480-ba94-11e9-810e-3b24699191c3.png)