Bruno Abreu Calfa
Bruno Abreu Calfa
@elopezfune, regarding your error, see if [this](https://stackoverflow.com/a/21530768/2359430) helps. I'll see if I can help with the regularization request and will let you know.
@elopezfune, I'd prefer to create a branch for this request. Let's call it `elastic_net_loss`. For MTLR, I'd do: ```python loss += l2_reg * torch.sum(w * w) / 2. + (1.0...
> ``` > The following packages contain unfulfilled dependencies: > python3-dev: Depends: libpython3-dev (= 3.8.2-0ubuntu2) but will not be installed > Depends: python3.8-dev (> = 3.8.2-1 ~) but will not...
You'll have to do some searching on the errors you're getting. I can't reproduce it because I currently don't have access to Ubuntu. See [this](https://stackoverflow.com/questions/52887357/problems-when-installing-python3-dev).
Adding support for l1 regularization to SVM isn't trivial. It requires modifications to Cython code (doable), but I can't find the reference for the formulation. And I don't have a...
I looked into it, made some code changes, and was able to get reproducible results within the same run (multiple calls to MLTR fit in the same script). But every...
It seems there's not much of a support going on with this project, which is unfortunate! :( I took the liberty of addressing this issue and pushed the changes to...
Weird... do you have any compiler installed at all? You'll need it for the C++ extensions. If you only need the Python functionality, you just have to run the "install"...
@DrShyamalaDevi Did you download or clone my modified project from https://github.com/bacalfa/pysurvival? Please try to install that project, and not the one in this original repository. The error you got was...
That's what we're discussing in this issue. The original project doesn't work on Windows. I don't have permission to submit my bug fixes. So I cloned the project on my...