Carsten Behring

Results 517 comments of Carsten Behring

we even document it sufficiently: ``` A :pre-initialize-fn could for example shell out and setup a python virtual enviornment. ``` So I will close the issue here.

I still have this open https://github.com/behrica/clojurebridge/issues/2 as I don't know where a potential fix needed to be.

Just to clarify. There is an new API call which prevents the hanging seen above: ```clojure (py/with-manual-gil ... ``` But this API is by no mean mandatory, neither very prominently...

@daslu did you mention this as one of the changes you wanted to do, if /when we would add the model to tablecloth itself ? (which I am not sure,...

are you refering to pass :names as written here: https://generateme.github.io/fastmath/clay/ml.html#lm If so, then fixing #27 will fix this as well.

@daslu I don't understand what you mean with this change request. Maybe you can do an PR ?

I got databricks connect working on Clojure. But I did not manage to have the spark connect jar and the spark jars working in the same VM. Even by carefully...

Thanks for this investigation. I think as well there is a problem with the design of the default session, but not sure how to solve it. I got as well...

"Databricks connect" and "Spark connect" are not entirely the same. I think bot give at the end an interface of "org.apache.spark.sql.SparkSession"

One other remark, again for "future of geni" ? A big part of Geni makes the scala based spark API integrated better in Clojure, correct ? But Spark has now...