Bruno Abreu Calfa
Bruno Abreu Calfa
@CamilaFernandez8 Great! Is your modification general enough so that everyone else might use? If so, I could add you a collaborator so you can push your changes and I can...
What functions? And what kind of interoperability with sklearn are you looking for? Is it related to this [issue](https://github.com/square/pysurvival/issues/15)? Again, you can always make changes to your local copy. That...
I haven't looked into that issue in detail. You can give it a try and see what happens. :) If I have some time, I'll see what I can do...
If you're only modifying Python code, you just have to run the following to copy your modifications to the right directories: `python setup.py install --user`
@CamilaFernandez8, please see my latest post [here](https://github.com/square/pysurvival/issues/15#issuecomment-579584083).
@canshop16 I don't think that error is related to `pysurvival`. Installation instructions are given above: https://github.com/square/pysurvival/issues/8#issuecomment-543916159. If you install it to a specific environment, make sure you're starting Jupyter Notebook...
@KaranMehta21, I don't believe this is related to `pysurvival`. It may be due to your Python installation. Have you searched for this issue?
@SurajitTest, and what's the error you get? You don't have to place the files in a specific location for the installation to work. Any directory is fine.
I'm not getting a LaTeXed label in the following (just an example): ``` xs = range(-10,11) ys = [100-x**2 for x in xs] distance = hv.Dimension('distance', label='Horizontal distance', unit='$\times$ g')...
Please add a way to return trace information from `pm.sample` (https://discourse.pymc.io/t/inferencedata-is-missing-details-about-divergent-transitions/7740).