dummyML package
The dummyML Python package is designed for data analysts to do automated data analysis on tabular data using machine learning algorithms. The package implemented all the components, data preprocessing, data splitting, model selection, model fitting and model evaluation, required for defining pipelines to automatically analyze tabular data.
Installation
Install dummyML package by running:
pip install dummyML
on the command line of a Linux system or the Anaconda Prompt on a Windows system. If you don't have root privileges, sometimes you need to add --user after the above commands, then pip will install the package in your home directory.
If you want to install a specific version, please visit https://pypi.org/project/dummyML/ to find the exact version number. For example, you can install version 0.9.5 by pip install dummyML==0.9.5.
User guide
The user guide is available at https://dummyml.readthedocs.io/en/latest/.
Release files for dummyML 0.9.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dummyml-0.9.7.tar.gz | 27.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dummyML-0.9.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 62.6 kB
Release files / dummyml-0.9.7.tar.gz
| Download URL | dummyml-0.9.7.tar.gz |
|---|---|
| Size | 27.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ed07b09dac5684c64856f14f241f9c5febc571d350fd532afac84650dc097bd
|
|
BLAKE2b-256 checksum How to use checksums |
bb57a78895e93dab76bee0bf9c9704469558e2e8c0d454c505f40720358725d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.7
|
Release files / dummyML-0.9.7-py3-none-any.whl
| Download URL | dummyML-0.9.7-py3-none-any.whl |
|---|---|
| Size | 34.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9282f3b22ba80f8c955fe006b4e9edd3eb34b64b14168d8580c350d0a77d2817
|
|
BLAKE2b-256 checksum How to use checksums |
e475b9455e90fa450c4ac809c029f7c241a08a486327add9d07a5c90cc8c4f04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.7
|