pyml-regression-example1
Example from Chapter 1 of the book Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow. This example illustrates regression techniques.
Installation from Git source
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install .
or if you plan to change the source code, install for development like this:
$ uv venv
$ uv sync # Install dependencies
$ source .venv/bin/activate
$ source shell_completion/bash.sh # optionally enable shell completions
Then, test the installed script:
$ life-expectancy --help
# Test a sub command, e.g. download-data
$ life-expectancy download-data
For more information, see the documentation.
Release files for pyml-regression-example1 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyml_regression_example1-0.1.0.tar.gz | 237.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyml_regression_example1-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:246.8 kB
Release files / pyml_regression_example1-0.1.0.tar.gz
| Download URL | pyml_regression_example1-0.1.0.tar.gz |
|---|---|
| Size | 237.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a7fe4c313290631671735a32767156bff8e8c6f7e17658f337e5201f5fd730f2
|
|
BLAKE2b-256 checksum How to use checksums |
6c8fac41fda9a6b2592aafad4f404d5ae6cd8f6444a5cec8645f8eefc7b80eee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / pyml_regression_example1-0.1.0-py3-none-any.whl
| Download URL | pyml_regression_example1-0.1.0-py3-none-any.whl |
|---|---|
| Size | 9.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
901534f74d269a18fab9d6c6ad46944f245bee8e42784dc9092203c6b58b07e0
|
|
BLAKE2b-256 checksum How to use checksums |
d34bad61661dbc89291ab06c78808b2aa9b52d1ebfd564bea3c15ff1d4d460a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|