search for: datarobot

Displaying 5 results from an estimated 5 matches for "datarobot".

2018 Mar 14
2
truncation/rounding bug with write.csv
...en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.4.3 rmsfact_0.0.3 cowsay_0.5.0 fortunes_1.5-4 On Wed, Mar 14, 2018 at 12:02 PM, Gregory Michaelson <greg at datarobot.com> wrote: > I ran this code in RStudio Server on a linux machine, but I don?t know the version offhand. I will try to get it tomorrow. Thanks. > > Thanks, > Greg Michaelson > www.datarobot.com > 704-981-1118 > > > > >> On Mar 14, 2018, at 4:47 PM, Joris Me...
2018 Mar 14
2
truncation/rounding bug with write.csv
To my surprise, I can confirm on Windows 10 using R 3.4.3 . As tail is not recognized by Windows cmd, I replaced with: system('powershell -nologo "& "Get-Content -Path temp.csv -Tail 1') The last line shows only 7 digits after the decimal, whereas the first have 15 digits after the decimal. I agree with Dirk though, 1.6Gb csv files are not the best way to work with
2018 Mar 14
0
truncation/rounding bug with write.csv
...> attached base packages: > [1] stats graphics grDevices utils datasets methods base > > loaded via a namespace (and not attached): > [1] compiler_3.4.3 rmsfact_0.0.3 cowsay_0.5.0 fortunes_1.5-4 > > On Wed, Mar 14, 2018 at 12:02 PM, Gregory Michaelson <greg at datarobot.com> > wrote: > > I ran this code in RStudio Server on a linux machine, but I don?t know > the version offhand. I will try to get it tomorrow. Thanks. > > > > Thanks, > > Greg Michaelson > > www.datarobot.com > > 704-981-1118 > > > > > &...
2018 Mar 14
0
truncation/rounding bug with write.csv
I ran this code in RStudio Server on a linux machine, but I don?t know the version offhand. I will try to get it tomorrow. Thanks. Thanks, Greg Michaelson www.datarobot.com 704-981-1118 > On Mar 14, 2018, at 4:47 PM, Joris Meys <jorismeys at gmail.com> wrote: > > To my surprise, I can confirm on Windows 10 using R 3.4.3 . As tail is not recognized by Windows cmd, I replaced with: > > system('powershell -nologo "& "Get-C...
2018 Mar 14
2
truncation/rounding bug with write.csv
Hello, I have looked on https://www.r-project.org/bugs.html , but it seems that this is the only way to do it. The issue is that the precision used by write.csv is on consistant for big files. See the following code: First I create a large dataframe filled with random uniform values. Then I write it to .csv and print out the first and last lines. df = data.frame(replicate(100, runif(1000000,