embkit


Nameembkit JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryEmbedding Kit for embedding models
upload_time2025-08-14 20:53:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords embeddings machine learning deep learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Embedding Kit

Methods for data normalizatio, embedding, synthesis and transformation


## Installation
```
python setup.py build
python setup.py install
```

# Training a model
```
python -m embkit model train ./experiments/tcga/tumor.normalized.tsv --epochs 120
```




## Notebook cleaning

To avoid checking in large notebooks with lots of intermediate figures, please follow the instructions at https://gist.github.com/33eyes/431e3d432f73371509d176d0dfb95b6e


Running build


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "embkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "embeddings, machine learning, deep learning",
    "author": null,
    "author_email": "Kyle Ellrott <ellrott@ohsu.edu>, Raphael Kirchgaessner <kirchgae@ohsu.edu>",
    "download_url": "https://files.pythonhosted.org/packages/89/1c/b2c972f8bd4a2a75797b7244d3cca60c630d9992d35a8b237976ecd1452d/embkit-0.1.0.tar.gz",
    "platform": null,
    "description": "\n# Embedding Kit\n\nMethods for data normalizatio, embedding, synthesis and transformation\n\n\n## Installation\n```\npython setup.py build\npython setup.py install\n```\n\n# Training a model\n```\npython -m embkit model train ./experiments/tcga/tumor.normalized.tsv --epochs 120\n```\n\n\n\n\n## Notebook cleaning\n\nTo avoid checking in large notebooks with lots of intermediate figures, please follow the instructions at https://gist.github.com/33eyes/431e3d432f73371509d176d0dfb95b6e\n\n\nRunning build\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Embedding Kit for embedding models",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "embeddings",
        " machine learning",
        " deep learning"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "764e386c7df81220d77cc49e2d4fd699a762bc68a7526f27804443cd6f87666a",
                "md5": "ee8d0f626cafbcb53608b56ab373c195",
                "sha256": "810755d1d3b996554f8cd4a55f9f57289cc604ba92131632a014040814fcd796"
            },
            "downloads": -1,
            "filename": "embkit-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee8d0f626cafbcb53608b56ab373c195",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17256,
            "upload_time": "2025-08-14T20:53:17",
            "upload_time_iso_8601": "2025-08-14T20:53:17.529493Z",
            "url": "https://files.pythonhosted.org/packages/76/4e/386c7df81220d77cc49e2d4fd699a762bc68a7526f27804443cd6f87666a/embkit-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "891cb2c972f8bd4a2a75797b7244d3cca60c630d9992d35a8b237976ecd1452d",
                "md5": "656d716987ccda750cca43d53a7de3de",
                "sha256": "879dcbd4a18316d44f51c531ce2c655663cc21f0185180211a6f38de9ffb74e6"
            },
            "downloads": -1,
            "filename": "embkit-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "656d716987ccda750cca43d53a7de3de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13122,
            "upload_time": "2025-08-14T20:53:18",
            "upload_time_iso_8601": "2025-08-14T20:53:18.488811Z",
            "url": "https://files.pythonhosted.org/packages/89/1c/b2c972f8bd4a2a75797b7244d3cca60c630d9992d35a8b237976ecd1452d/embkit-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-14 20:53:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "embkit"
}
        
Elapsed time: 0.43183s