python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Tidymodels worfklow_map() function not working on Spark cluster with R sparklyr
I am attempting to run a time series cross validation ML tuning process on a Spark cluster (sparklyr on Databricks), but am getting an error. The packages I'm using are tidymodels with modeltime. The ...
skklogw7
Votes: 0
Answers: 0
I cannot load tidymodels
I get the following error after I try to load the tidymodels in my R studio:
library (tidymodels)
Error: package or namespace load failed for ‘tidymodels’ in loadNamespace (j <- i [[1L]], c (lib.l...
The Wolf
Votes: 0
Answers: 0
Create a multivariate matrix in tidymodels recipes::recipe()
I am trying to do a k-fold cross validation on a model that predicts the joint distribution of the proportion of tree species basal area from satellite imagery. This requires the use of the Diricihle...
Sean McKenzie
Votes: 0
Answers: 1
Java Heap Space Error in SparklyR & Tidymodels
Hi,
I am trying to model a large dataset (2000000+ rows, ~150 columns) using the tidymodels and the spark engine. However, I am receiving the following error: java.lang.OutOfMemoryError: Java heap spa...
Enes
Votes: 0
Answers: 0