Replies: 1 comment 3 replies
-
Currently, there are no plans on a PySpark or Spark Scala implementation. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans to implement DoubleML in either PySpark or Spark Scala? The current implementation doesn’t scale efficiently to large datasets because scikit-learn is not designed for distributed training. I recognize that it can utilize all available cores, but it still falls short for very large datasets.
Beta Was this translation helpful? Give feedback.
All reactions