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.
我曾经使用 caret 包构建预测模型,并使用 DoSnow 包构建并行计算(在内存中)。我想打开 CLOUD 以减少计算时间。
任何类似 Spark 的包都将与 caret 兼容?
非常感谢 !此致
Spark 有一个与数据帧一起工作的 ML 库:ml
https://spark.apache.org/docs/latest/ml-guide.html
还有ml管道
https://spark.apache.org/docs/2.2.0/ml-pipeline.html