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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file numpyascii_package_gonenraveh-1.0.2.tar.gz.
File metadata
- Download URL: numpyascii_package_gonenraveh-1.0.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e663cbede9dea297e5b9ec6a4020cd1e316ed18ae4704a5ffdfca243ff7abb60
|
|
| MD5 |
bc8b664f34f65811ac4d657247c0ee3a
|
|
| BLAKE2b-256 |
d61a61dfa6acec14645040b27ba5a861e558be5e37027f328b601e0609b9ad80
|
File details
Details for the file numpyascii_package_GonenRaveh-1.0.2-py3-none-any.whl.
File metadata
- Download URL: numpyascii_package_GonenRaveh-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5100918ee005a017c65476d6113e35a1a2d96386f62b2182bbb92713dfc227b
|
|
| MD5 |
0f7f28a535ca88204fa9f92c4a55d9ab
|
|
| BLAKE2b-256 |
44c55e48e8c1c77289d5b9d5dcabe77a59a87df1de56e9046aa06161e3091ce6
|