simplemlutils


Namesimplemlutils JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryEasy to use utilities for ml modeling.
upload_time2023-11-15 08:35:28
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements numpy scipy matplotlib opencv-python torch torchvision torchaudio pandas scikit-learn spacy feature-engine black pre-commit
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![mlutils](https://github.com/pockerman/mlutils/actions/workflows/python-app.yml/badge.svg)](https://github.com/pockerman/mlutils/actions/workflows/python-app.yml)


# mlutils

Easy to use utilities for ml modeling.

## Installation

You can install ```mlutils``` using ```pip```. Clone the ```main``` branch of the repository
and build the utilities using

```
python -m build
```

Then install the built wheel using

```
pip install dist/simplemlutils-<version>.whl
```

Alternatively, you can use the bash script ```install_from_source.sh```.  You can also
install it from PyPi using

```
pip install simpleutils
```

## Datasets

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "simplemlutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Alexandros Giavaras <a.giavaras@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "[![mlutils](https://github.com/pockerman/mlutils/actions/workflows/python-app.yml/badge.svg)](https://github.com/pockerman/mlutils/actions/workflows/python-app.yml)\n\n\n# mlutils\n\nEasy to use utilities for ml modeling.\n\n## Installation\n\nYou can install ```mlutils``` using ```pip```. Clone the ```main``` branch of the repository\nand build the utilities using\n\n```\npython -m build\n```\n\nThen install the built wheel using\n\n```\npip install dist/simplemlutils-<version>.whl\n```\n\nAlternatively, you can use the bash script ```install_from_source.sh```.  You can also\ninstall it from PyPi using\n\n```\npip install simpleutils\n```\n\n## Datasets\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Easy to use utilities for ml modeling.",
    "version": "0.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/pockerman/mlutils/issues",
        "Homepage": "https://github.com/pockerman/mlutils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f05449d6981f36408ca63bbdb588f8505d47b85ee8d29b6f4445f0df58a935ea",
                "md5": "aff64647d262d5e54c76a717d489a5ea",
                "sha256": "57b69772d3b464c7bfbd44b3955c96cf9492fda11b3c6326413f7860a28637ac"
            },
            "downloads": -1,
            "filename": "simplemlutils-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aff64647d262d5e54c76a717d489a5ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 63488,
            "upload_time": "2023-11-15T08:35:28",
            "upload_time_iso_8601": "2023-11-15T08:35:28.496357Z",
            "url": "https://files.pythonhosted.org/packages/f0/54/49d6981f36408ca63bbdb588f8505d47b85ee8d29b6f4445f0df58a935ea/simplemlutils-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 08:35:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pockerman",
    "github_project": "mlutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "torch",
            "specs": []
        },
        {
            "name": "torchvision",
            "specs": []
        },
        {
            "name": "torchaudio",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "spacy",
            "specs": []
        },
        {
            "name": "feature-engine",
            "specs": []
        },
        {
            "name": "black",
            "specs": []
        },
        {
            "name": "pre-commit",
            "specs": []
        }
    ],
    "lcname": "simplemlutils"
}
        
Elapsed time: 0.14111s