Displaying 2 results from an estimated 2 matches for "embelish".
Did you mean:
embellish
2004 Apr 12
2
Random Forest:how to do an automatic rerun using only the important variables
Hi,
I am using the Random Forest Package, and want to do an automatic rerun
using only those variables that were most important in the original run.
Is there anybody who has experience with this and can give me helpful
suggestions?
Best regards,
Hui Han
Department of Computer Science and Engineering,
The Pennsylvania State University
University Park, PA,16802
email: hhan at cse.psu.edu
2012 Sep 18
8
Collecting entropy from device_attach() times.
Hi.
I experimented a bit with collecting entropy from the time it takes for
device_attach() to run (in CPU cycles). It seems that those times have
enough variation that we can use it for entropy harvesting. It happens
even before root is mounted, so pretty early.
On the machine I'm testing it, which has minimal kernel plus NIC driver
I see 75 device_attach() calls. I'm being very careful