alternative to `as.h2o()` for small data?
问题 I have the opposite issue to most people with as.h2o() , though the resulting problem is the same. I have to convert and feed a series of single row vectors just 19 columns wide to an h2o autoencoder. Each vector takes 0.29 seconds approx to convert using as.h2o() , which is causing a major bottleneck. Can anyone suggest an alternative approach that might be faster? (For various reasons I have no alternative to sending single row vectors one by one, so aggregating the data in matrices before