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.2.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.2-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for numpyascii_package_gonenraveh-1.0.2.tar.gz
Algorithm Hash digest
SHA256 e663cbede9dea297e5b9ec6a4020cd1e316ed18ae4704a5ffdfca243ff7abb60
MD5 bc8b664f34f65811ac4d657247c0ee3a
BLAKE2b-256 d61a61dfa6acec14645040b27ba5a861e558be5e37027f328b601e0609b9ad80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for numpyascii_package_GonenRaveh-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f5100918ee005a017c65476d6113e35a1a2d96386f62b2182bbb92713dfc227b
MD5 0f7f28a535ca88204fa9f92c4a55d9ab
BLAKE2b-256 44c55e48e8c1c77289d5b9d5dcabe77a59a87df1de56e9046aa06161e3091ce6

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