You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`risk-slim` is a machine learning method to fit simple customized risk scores in python.
4
+
risk-slim is a machine learning method to fit simple customized risk scores in python.
5
5
6
-
### Background
6
+
####Background
7
7
8
-
Risk scores are simple tools that let users make quick risk predictions by adding and subtracting a few small numbers (see e.g., 500 + medical risk scores at [mdcalc.com](https://www.mdcalc.com/) and the [mdcalc iOS app](https://itunes.apple.com/us/app/mdcalc-medical-calculators-clinical-scores/id1001640662?ls=1&mt=8)).
#### Customized Risk Score for ICU Seizure Prediction
8
+
Risk scores let users make quick risk predictions by adding and subtracting a few small numbers (see e.g., 500 + medical risk scores at [mdcalc.com](https://www.mdcalc.com/)).
19
9
20
10
Here is a risk score for ICU risk prediction from our [paper](http://www.berkustun.com/docs/ustun_2017_optimized_risk_scores.pdf).
21
11
@@ -25,15 +15,23 @@ Here is a risk score for ICU risk prediction from our [paper](http://www.berkust
25
15
</p>
26
16
</div>
27
17
28
-
#### References
18
+
#### Video
29
19
30
-
If you use ``risk-slim`` for in your research, please cite our paper!
The code may still work with older versions of Python and CPLEX, but this will not be tested or supported. If you're hesitant about switching to Python 3, check out this [migration guide](https://github.com/arogozhnikov/python3_with_pleasure)
63
+
### CPLEX
71
64
72
-
#### CPLEX
73
-
74
-
CPLEX is cross-platform optimization tool solver a Python API. It is free for students and faculty members at accredited institutions. To get CPLEX:
65
+
CPLEX is cross-platform optimization tool solver a Python API. It is free for students and faculty members at accredited institutions. To download CPLEX:
75
66
76
67
1. Register for [IBM OnTheHub](https://ibm.onthehub.com/WebStore/Account/VerifyEmailDomain.aspx)
77
68
2. Download the *IBM ILOG CPLEX Optimization Studio* from the [software catalog](https://ibm.onthehub.com/WebStore/ProductSearchOfferingList.aspx?srch=CPLEX)
78
-
3. Install the CPLEX Optimization Studio.
69
+
3. Install CPLEX Optimization Studio.
79
70
4. Setup the CPLEX Python API [as described here](https://www.ibm.com/support/knowledgecenter/SSSA5P_12.8.0/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/Python_setup.html).
80
71
81
-
If you have problems installing CPLEX, check the [CPLEX user manual](http://www-01.ibm.com/support/knowledgecenter/SSSA5P/welcome) or the [CPLEX forums](https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000002059).
72
+
If you have problems with CPLEX, please check the [CPLEX user manual](http://www-01.ibm.com/support/knowledgecenter/SSSA5P/welcome) or the [CPLEX forums](https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000002059).
73
+
74
+
## Contributing
82
75
83
-
## Development Roadmap
76
+
I'm planning to pick up development again in Fall 2020. I can definitely use a hand! If you are interested in contributing, please reach out to [[email protected]](mailto:[email protected])!
84
77
85
-
**If you are interested in contributing, please reach out!**
78
+
Here's the current development roadmap:
86
79
87
-
-[sci-kit learn interface](http://scikit-learn.org/stable/developers/contributing.html#rolling-your-own-estimator) API
0 commit comments