square / pysurvival

Open source package for Survival Analysis modeling
https://www.pysurvival.io/
Apache License 2.0
347 stars 107 forks source link

Remove vestigial sklearn. #48

Open jfly opened 2 years ago

jfly commented 2 years ago

According to https://pypi.org/project/sklearn/, you're supposed to use scikit-learn instead of sklearn. I don't think there's any problem if you specify both of them, but it doesn't seem useful to have them both here, and it's pretty confusing to see version 0.0 of some package show up in our dependency graph.