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.0.tar.gz (4.3 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.0.tar.gz.

File metadata

File hashes

Hashes for pyregression_package_gonenraveh-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5bcf7fc59f7f26936bc68c61dac85d23e2a74c0d0deb716950f7ae24434f200e
MD5 005e502a975a038906d7a2e940521b56
BLAKE2b-256 2b09f8b610b84de095788e544355d2825feed03d1d9ed06d32333caebc077824

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyregression_package_GonenRaveh-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5f5583437645f2d9c0f540c757bb86e3dfe978a48c89f8f870ea8289cda10acd
MD5 0052a500511787a73c2dfa9254b622f6
BLAKE2b-256 8d727ca12e9f4c94f4b7d318eabc551a500aa7fa90c312ac9601b57610135712

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