Skip to main content

Helper Python packages for 1D, 2D and 3D numpy matrices

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

numpyascii_package_gonenraveh-1.0.3.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

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

numpyascii_package_GonenRaveh-1.0.3-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file numpyascii_package_gonenraveh-1.0.3.tar.gz.

File metadata

File hashes

Hashes for numpyascii_package_gonenraveh-1.0.3.tar.gz
Algorithm Hash digest
SHA256 0ad7b36918d488917834ca279bc364175ed28f97ddb52d31206fe236d425d557
MD5 49d75fbc4a9ebbe107b2bfff000bba63
BLAKE2b-256 07de8707f250e15cdac756d88d1b14fbc704c07c9f04f2d49ad82d816bc258bf

See more details on using hashes here.

File details

Details for the file numpyascii_package_GonenRaveh-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for numpyascii_package_GonenRaveh-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 131c6938fe3210d87838da7a98a3f12107af2694b39e7ccc6325229556913682
MD5 32e4440123182297306fa18c494a715a
BLAKE2b-256 1d13174b4dd64cd72f2ef342ce2e7d215ea9cf542545ce65f00bb3427285080a

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