sigmoidal regression with scipy, numpy, python, etc

后端 未结 4 1581
生来不讨喜
生来不讨喜 2021-01-30 07:15

I have two variables (x and y) that have a somewhat sigmoidal relationship with each other, and I need to find some sort of prediction equation that will enable me to predict th

4条回答
  •  生来不讨喜
    2021-01-30 07:43

    For logistic regression in Python, the scikits-learn exposes high-performance fitting code:

    http://scikit-learn.sourceforge.net/modules/linear_model.html#logistic-regression

提交回复
热议问题