Ben Epstein
Ben Epstein
fwiw i believe the issue with hdf5 stems from the fact that you cannot have "missing" (nan) values in int dtypes in numpy. ``` import numpy as np np.array([1,2,3,4,None], dtype=np.int64)...
Is this improvement still being looked at? Native PySpark support would be really great!
@ildipo are there plans to add support for Jupyterlab 2? Jupyterlab 3 is out now.
@jaroslawmalekcodete Hello, thanks for checking in. If you go to the [binder](https://mybinder.org/v2/gh/twosigma/beakerx/1.5.0?filepath=StartHere.ipynb) and run the SQL notebook under **Languages** The 3rd cell is a `SELECT` query. If you click the...
I've got this running with BeakerX with a custom build of SparkMonitor https://pypi.org/manage/project/sparkmonitor-s/releases/ But it only works after restarting the kernel once. @LeeTZ I'd be happy to work with you...
Is there any work being done on this ticket? It is blocking for me as well.
@jdavidheiser Is there any update on this issue? I'm seeing the same problem and would ideally like to be able to call moment.tz.setDefault. How would you set the default from...
@ancasarb I don't see any examples of taking a Tensorflow graph created in Tensorflow/Keras and serializing it into MLeap. The example you linked is Scala code that uses MLeaps custom...
@guzzijones I have been working on this for a while, it's unfortunately much more difficult to get this working in pyspark, because you need to either: 1. Implement a java/scala...
@ancasarb thanks for the reply. The issue I am getting is that I don't necessarily know if the model was trained (and saved) with a dataframe with uppercase columns, lowercase...