Skip to main content

A small package for Mathematical Regression Solver from Multi Features to a single Target feature

Project description

pyregression Package

Logistic Regression (aka logit, MaxEnt) classifier. In the multiclass case, the training algorithm uses the one-vs-rest (OvR) scheme if the ‘multi_class’ option is set to ‘ovr’, and uses the cross-entropy loss if the ‘multi_class’ option is set to ‘multinomial’. (Currently the ‘multinomial’ option is supported only by the ‘lbfgs’, ‘sag’, ‘saga’ and ‘newton-cg’ solvers.) This class implements regularized logistic regression using the ‘liblinear’ library, ‘newton-cg’, ‘sag’, ‘saga’ and ‘lbfgs’ solvers. Note that regularization is applied by default. It can handle both dense and sparse input. Use C-ordered arrays or CSR matrices containing 64-bit floats for optimal performance; any other input format will be converted (and copied). The ‘newton-cg’, ‘sag’, and ‘lbfgs’ solvers support only L2 regularization with primal formulation, or no regularization. The ‘liblinear’ solver supports both L1 and L2 regularization, with a dual formulation only for the L2 penalty. The Elastic-Net regularization is only supported by the ‘saga’ solver.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyregression_package_gonenraveh-1.0.1.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file pyregression_package_gonenraveh-1.0.1.tar.gz.

File metadata

File hashes

Hashes for pyregression_package_gonenraveh-1.0.1.tar.gz
Algorithm Hash digest
SHA256 66f7005d725215ca21dc0095b4702411144cdf1267c1426e75f0e5db619a104e
MD5 ead3a63192e4288b1aa1e13fa1d73d62
BLAKE2b-256 221b1ad77d51d37ea559d05928ed499466e4b4580f844b308ba4f451e2c2aaaa

See more details on using hashes here.

File details

Details for the file pyregression_package_GonenRaveh-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyregression_package_GonenRaveh-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 338c54b598126358e1c4e8d5dffcde1b48ad5c8fa2461dde180df3647643f58b
MD5 4e70164b14e269bdc6ea26592dea6967
BLAKE2b-256 b5751a5d45382335186d2f286b095fd61360d60af3a71fcbcc0a055fa06fb6b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page