https://github.com/crypdick/decalmlutils
Python Library of functions that can be reused with a focus on ML
https://github.com/crypdick/decalmlutils
Last synced: 11 months ago
JSON representation
Python Library of functions that can be reused with a focus on ML
- Host: GitHub
- URL: https://github.com/crypdick/decalmlutils
- Owner: crypdick
- License: apache-2.0
- Created: 2024-02-14T15:45:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T14:27:58.000Z (about 2 years ago)
- Last Synced: 2025-05-30T18:48:40.456Z (about 1 year ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# decalmlutils
[](https://github.com/crypdick/decalmlutils/actions/workflows/python-app.yml)
[](https://github.com/astral-sh/ruff)
[](https://opensource.org/licenses/Apache-2.0)
[](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.
# 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
# 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 |
|:-|:-|
| | |
# Notebooks Tutorials
| Name | Description | Links |
|:- |:- |:- |
| | | |