Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谢谢你问我的问题。我现在正在将 RDD 转换为 DF 到 H2O。我非常坚持H2O部分。如何将 Scala DataFrame 转换为 H2O?
一定要先导入 H2OFrame
import water.fvec.H2OFrame
这是从 DataFrame ("oldFrame") 到 H2OFrame ("newFrame") 的隐式转换
val newFrame:H2OFrame = oldFrame