decalmlutils


Namedecalmlutils JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/crypdick/decalmlutils
SummaryUseful functions when working with Machine Learning in Python
upload_time2024-05-23 18:05:44
maintainerNone
docs_urlNone
authorRichard Decal
requires_python>=3.9.0
licenseApache
keywords deep learning pytorch numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # decalmlutils

[![Build status](https://github.com/crypdick/decalmlutils/actions/workflows/python-app.yml/badge.svg)](https://github.com/crypdick/decalmlutils/actions/workflows/python-app.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/crypdick/decalmlutils/blob/main/.pre-commit-config.yaml)


**decalmlutils** is a lightweight python library that contains functions and code snippets that
I use in my everyday research with Machine Learning.

I created this repo because I was tired of always looking up same code from older projects.
By making this available to everyone it gives me easy access to code I use frequently and it can help others in their machine learning work.
If you find any bugs or something doesn't make sense please feel free to open an issue.


<br/>

# decalmlutils

## Installation

You can install `decalmlutils` with pip from GitHub:

```bash
pip install "git+https://github.com/crypdick/decalmlutils"
```

Or locally, by cloning the repository and running:

```bash
pip install -e ".[all]"
```


## Functions

All function implemented in the **decalmlutils** module.

### Array Functions

Array manipulation related function that can be useful when working with machine learning.


### Plot Functions

Plot related function that can be useful when working with machine learning.


### Text Functions

Text related function that can be useful when working with machine learning.



### Web Related


<br>

# Boilerplate

These are code snippets which need to be modified before they can be used in a project.
I keep them in a separate directory so that they do not clutter the `decalmlutils` package.

| Name | Description |
|:-|:-|
|  | |

<br>


# Notebooks Tutorials


| Name 	| Description 	| Links 	|
|:- |:- |:- |
| | | |

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/crypdick/decalmlutils",
    "name": "decalmlutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "deep learning pytorch numpy",
    "author": "Richard Decal",
    "author_email": "public@richarddecal.com",
    "download_url": "https://files.pythonhosted.org/packages/35/c5/d97d8ee39310a75675baccffeb9cabd3355af1f7052aa7673d8230710919/decalmlutils-0.0.13.tar.gz",
    "platform": null,
    "description": "# decalmlutils\n\n[![Build status](https://github.com/crypdick/decalmlutils/actions/workflows/python-app.yml/badge.svg)](https://github.com/crypdick/decalmlutils/actions/workflows/python-app.yml)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/crypdick/decalmlutils/blob/main/.pre-commit-config.yaml)\n\n\n**decalmlutils** is a lightweight python library that contains functions and code snippets that\nI use in my everyday research with Machine Learning.\n\nI created this repo because I was tired of always looking up same code from older projects.\nBy making this available to everyone it gives me easy access to code I use frequently and it can help others in their machine learning work.\nIf you find any bugs or something doesn't make sense please feel free to open an issue.\n\n\n<br/>\n\n# decalmlutils\n\n## Installation\n\nYou can install `decalmlutils` with pip from GitHub:\n\n```bash\npip install \"git+https://github.com/crypdick/decalmlutils\"\n```\n\nOr locally, by cloning the repository and running:\n\n```bash\npip install -e \".[all]\"\n```\n\n\n## Functions\n\nAll function implemented in the **decalmlutils** module.\n\n### Array Functions\n\nArray manipulation related function that can be useful when working with machine learning.\n\n\n### Plot Functions\n\nPlot related function that can be useful when working with machine learning.\n\n\n### Text Functions\n\nText related function that can be useful when working with machine learning.\n\n\n\n### Web Related\n\n\n<br>\n\n# Boilerplate\n\nThese are code snippets which need to be modified before they can be used in a project.\nI keep them in a separate directory so that they do not clutter the `decalmlutils` package.\n\n| Name | Description |\n|:-|:-|\n|  | |\n\n<br>\n\n\n# Notebooks Tutorials\n\n\n| Name \t| Description \t| Links \t|\n|:- |:- |:- |\n| | | |\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Useful functions when working with Machine Learning in Python",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/crypdick/decalmlutils"
    },
    "split_keywords": [
        "deep",
        "learning",
        "pytorch",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eda22f8c146a8edca92cb7567eaaf6695f2b196168b53bec54b531aa89197a5d",
                "md5": "b763ca1b1dd74605b141bb2275b211e0",
                "sha256": "42b4481eba4b360dcdb5ba1da66878b71fac4c9c1bad52f1ebabcbd9fda74157"
            },
            "downloads": -1,
            "filename": "decalmlutils-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b763ca1b1dd74605b141bb2275b211e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 72111,
            "upload_time": "2024-05-23T18:05:42",
            "upload_time_iso_8601": "2024-05-23T18:05:42.752335Z",
            "url": "https://files.pythonhosted.org/packages/ed/a2/2f8c146a8edca92cb7567eaaf6695f2b196168b53bec54b531aa89197a5d/decalmlutils-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35c5d97d8ee39310a75675baccffeb9cabd3355af1f7052aa7673d8230710919",
                "md5": "4da5e58e0351bbd5add05018a56c17ef",
                "sha256": "fd28e4db8702f7e0b5d93e391d05b84082124f11817568802781b582ffe074a1"
            },
            "downloads": -1,
            "filename": "decalmlutils-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "4da5e58e0351bbd5add05018a56c17ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 64188,
            "upload_time": "2024-05-23T18:05:44",
            "upload_time_iso_8601": "2024-05-23T18:05:44.822153Z",
            "url": "https://files.pythonhosted.org/packages/35/c5/d97d8ee39310a75675baccffeb9cabd3355af1f7052aa7673d8230710919/decalmlutils-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 18:05:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "crypdick",
    "github_project": "decalmlutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "decalmlutils"
}
        
Elapsed time: 0.24068s