Konrad
Konrad
How did you manage to run it? Aren't you running into matplotlib and pandas errors on runtime?
The latest version still results in errors on most python versions (only got it to install on 3.7) due to the outdated matplotlib package version and some strange pandas errors...
Hello @kbenoit, on first look and after checking a couple of scenarios I believe both of these should work. Especially now with ```tokens_to_kerassequences``` it would help a lot to pre-processed...
Thanks for your response! So in your view, at the current stage of plumber development, what would be the recommended path to compress the response and request in a way...
Hi @CamDavidsonPilon! Ok, so I can come back with some further info. Adding `numexpr` to requirements indeed resolved the issue, but only partially. 1. Now, during training in the container...
Hi @CamDavidsonPilon! Yes, let me report back on this: So from the logs I can confirm that `numexpr` is activated in the backend when the model is trained in the...
Provided example actual_plot: TypeError: predict() argument after ** must be a mapping, not NoneType
I'm facing a very similar issue but giving me: ```python TypeError: predict_proba() argument after ** must be a mapping, not NoneType ```
Hi @sebp and thanks for coming back on this! Yes, there's a note in the `lifelines` documentation referring to what you have mentioned:  In general, I would consider this...
@PragyanSubedi - I've started looking into that. I should have a first PR draft in a week.
@sebp - I added a basic first PR: https://github.com/sebp/scikit-survival/pull/196. Please take a look at it and let me know if you agree. Once we have that, I'd move further with...