Results 6 comments of Renato Panda

This seems to exist here but unfortunately is outdated (1.9.2 vs 1.9.3) - https://www.npmjs.com/package/academicons

Added a small optimization to classification metrics. Based on this http://stackoverflow.com/questions/27303534/faster-way-to-subset-on-rows-of-a-data-frame-in-r It still made some difference in my tests: ``` Unit: milliseconds expr min lq mean median uq max neval...

👍 for this functionality. If it is of any use: a few months ago I needed to know which process and user was running what in each GPU of a...

I can't because it fails on vagrant up saying that I need to fix the errors and then try again. If you have any suggestion let me now and I...

Using the same image `jadesystems/rails-jade-18-04-pg (virtualbox, 6.1.1)`, now I get the following (2x the first error): ``` $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... There are errors...

In case this helps others, starting from the previous box (5-2) you can use rails 6 by running: ``` // update rails to latest (6.x), for some reason had to...