-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I tried to model few linear mixed models... #9
Comments
Best RAM You Can Buy Today Nvidia GeForce RTX 3080. The best graphics card for PC gaming right now. ... Need to upgraded my equipement to enchance the efficiency... |
englianhu/binary.com-interview-question#1 > microbenchmark(
+ spark =
+ smp2_sc %>%
+ ml_linear_regression(Profit ~ .),
+ normal = lm(Profit ~., smp2))
Unit: milliseconds
expr min lq mean median uq max neval
spark 3213.3874 3416.97000 3620.63197 3558.2209 3774.3810 5413.4950 100
normal 24.5953 27.57015 29.66484 28.7103 30.0822 87.2707 100
> microbenchmark(
+ spark =
+ smp2_sc %>%
+ ml_linear_regression(Profit ~ .),
+ normal = lm(Profit ~., smp2))
Unit: milliseconds
expr min lq mean median uq max neval
spark 3223.9533 3372.34675 3512.10774 3491.44990 3589.48430 4277.6933 100
normal 25.6651 27.14775 28.81245 28.06895 29.51575 49.0671 100 here's reference to speed up lm: |
Asked in https://community.rstudio.com/t/specs-of-rstudio-cloud/87295?u=englianhu
|
Click the link below to watch the video:
https://www.awesomescreenshot.com/video/1547059?key=7be26eec34173b989d245d0d8b3f32ed
Running 3 days for above 3 models, existing hp PC (bought in 2015) unable support desktop visualization and running programming... need to buy a new PC when affort
The text was updated successfully, but these errors were encountered: