MLResearchAtOSRAM / cause2e

The cause2e package provides tools for performing an end-to-end causal analysis of your data. Developed by Daniel Grünbaum (@dg46).
https://gitlab.com/causal-inference/working-group/-/wikis/home
MIT License
56 stars 4 forks source link

PySpark dependency #16

Closed dg46 closed 2 years ago

dg46 commented 2 years ago

Cause2e is a lightweight package except for the dependency on PySpark. Can we make this optional, given that most users will not really need it?

dg46 commented 2 years ago

PySpark is not explicitly imported anywhere, so we can probably remove the dependency. Users who pass a pyspark session when initializing a StructureLearner or Estimator already have an installation of pyspark, so there won't be an error.