Ben Epstein

Results 65 comments of Ben Epstein

@itholic thanks, that's what I ended up doing. I listed out all of the available number classes that fall under `np.number` and pass those in

@shane-consensys i had the same issue as you. It's the line `tenant.pre_adding_health_checks.retry.wait = wait_none` I'm not exactly sure why, but here's how you can fix it. Add the decorator above...

Hi @L-JiaHui I'm not sure what you mean exactly. I'm able to access the image, it seems to be public (I can see it in a private browser window). What...

Hello, are there any updates on this? I think this is a crucial tool

@ThomasNickerson is that merged PR released in a new version?

@danking I packaged it up and deployed it here: https://pypi.org/project/sparkmonitor-s/0.0.11/ :)

Hello, I've modified the SparkMonitor to work with Multiple Spark Sessions here: https://github.com/ben-epstein/sparkmonitor @krishnan-r If you'd like to merge it into your repo just let me know. For anyone interested...

You can use `tensorflow.python.keras.backend.get_session` But be advised: This program has **not** worked for me with Tensorflow 2.2.0 (as stated on the README it's not tested for TF 2). It generates...

I see. In this particular example all of the lists are of the same length, so you end up with a numpy array that is not dtype object, because it's...

Hi @JovanVeljanoski thanks for taking a look I am still getting this, with 4.12.0 `{'vaex-core': '4.12.0', 'vaex-hdf5': '0.12.3'}` ``` import vaex !rm -rf ~/.vaex with vaex.cache.off(): df = vaex.datasets.titanic() values...