Skip to content
Prev 46976 / 63421 Next

randomForest: Numeric deviation between 32/64 Windows builds

On 15/10/2013 14:00, Rosenberger George wrote:
Yes, no (but these are not R issues).

There are bigger differences in the OS's equivalent of libm on Windows. 
  You did not tell us what CPUs your compilers targeted on Linux and OS 
X (sic), but generally they assume more than the i386 assumed on 32-bit 
Windows by Microsoft.  OTOH, all x86_64 OSes, including Windows, can 
assume more as all such CPUs have post-i686 features.  Remember Windows 
XP is still supported, and that was released in 2001.

Based on much wider experience than you give (e.g. reference results 
from R itself and recommended packages), deviations from x86_64 results 
are increasingly likely on OS X, i686 Linux and then i386 Windows.