FasterRisk
FasterRisk copied to clipboard
Create sparse and accurate risk scoring systems!
Hi there, I'm trying to get this running in R. I don't know anything about Python. I was trying to follow your R instructions. ** I installed Python (had to...
The `pyproject.toml` file pins several packages at specific versions, e.g., an older scikit-learn. This makes it complex to try out this library in an environment with other tools. Are the...
as title. thank you!
In the BinBinarizer.fit() method, the line tmp_num_thresholds -= 1 is called before tmp_num_thresholds is initialized. Hence, if you call the BinBinarizer.fit() method, you can run into this issue: UnboundLocalError: local...