teomim


Nameteomim JSON
Version 0.0.166 PyPI version JSON
download
home_pagehttps://github.com/zeroknowledgediscovery/teomim
SummaryDigital twin for generating and analyzing medical histories with deep comorbidity structures
upload_time2024-06-02 07:31:15
maintainerNone
docs_urlNone
authorparaknowledge corp
requires_python>=3.7
licenseLICENSE
keywords machine learning statistics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
zedstat
===============

.. image:: https://paraknowledge.ai/logo/teomimlogo.png
   :height: 150px
   :align: center 

.. image:: https://zenodo.org/badge/529991779.svg
   :target: https://zenodo.org/badge/latestdoi/529991779

.. class:: no-web no-pdf

:Author: Paraknowledge Corp <research.paraknowledge.ai>
:Description: Digital twin for generating medical histories 
:Documentation: https://zeroknowledgediscovery.github.io/teomim/
:Example: https://github.com/zeroknowledgediscovery/teomim/blob/main/examples/example.ipynb
		
**Usage:**

.. code-block::

   from teomim import teomim
   P=teomim(outfile='out100.csv',num_patients=500)
   P.set_modelpath('adrd')
   P.generate()
   P.evaluate()
   P.quality()


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zeroknowledgediscovery/teomim",
    "name": "teomim",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "machine learning, statistics",
    "author": "paraknowledge corp",
    "author_email": "research@paraknowledge.ai",
    "download_url": "https://files.pythonhosted.org/packages/9c/3c/ea9ce850125dcf276cf8043a8a2fe237bf2ffbe2a0a72387953ef12bbdc3/teomim-0.0.166.tar.gz",
    "platform": null,
    "description": "===============\nzedstat\n===============\n\n.. image:: https://paraknowledge.ai/logo/teomimlogo.png\n   :height: 150px\n   :align: center \n\n.. image:: https://zenodo.org/badge/529991779.svg\n   :target: https://zenodo.org/badge/latestdoi/529991779\n\n.. class:: no-web no-pdf\n\n:Author: Paraknowledge Corp <research.paraknowledge.ai>\n:Description: Digital twin for generating medical histories \n:Documentation: https://zeroknowledgediscovery.github.io/teomim/\n:Example: https://github.com/zeroknowledgediscovery/teomim/blob/main/examples/example.ipynb\n\t\t\n**Usage:**\n\n.. code-block::\n\n   from teomim import teomim\n   P=teomim(outfile='out100.csv',num_patients=500)\n   P.set_modelpath('adrd')\n   P.generate()\n   P.evaluate()\n   P.quality()\n\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "Digital twin for generating and analyzing medical histories with deep comorbidity structures",
    "version": "0.0.166",
    "project_urls": {
        "Download": "https://github.com/zeroknowledgediscovery/teomim/archive/0.0.166.tar.gz",
        "Homepage": "https://github.com/zeroknowledgediscovery/teomim"
    },
    "split_keywords": [
        "machine learning",
        " statistics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9056d07ad2a79d786bf0c0cf4ecfac3016b9b6daafd93bc0f850e3d2369c596a",
                "md5": "b19595477ba5b55c8b9b9d59b7e750a8",
                "sha256": "09e8f226a54824b21a394175dc4fbaa5fd09c357fd7a7890cf16f6ff00963f6f"
            },
            "downloads": -1,
            "filename": "teomim-0.0.166-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b19595477ba5b55c8b9b9d59b7e750a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3938222,
            "upload_time": "2024-06-02T07:31:12",
            "upload_time_iso_8601": "2024-06-02T07:31:12.493609Z",
            "url": "https://files.pythonhosted.org/packages/90/56/d07ad2a79d786bf0c0cf4ecfac3016b9b6daafd93bc0f850e3d2369c596a/teomim-0.0.166-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c3cea9ce850125dcf276cf8043a8a2fe237bf2ffbe2a0a72387953ef12bbdc3",
                "md5": "11e1e3e78c4160b561118430ac420a7b",
                "sha256": "a08737b8acb7cea91fa4004f03d472ed8226f79e95b99a1ec209b97a0dd27edb"
            },
            "downloads": -1,
            "filename": "teomim-0.0.166.tar.gz",
            "has_sig": false,
            "md5_digest": "11e1e3e78c4160b561118430ac420a7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3939862,
            "upload_time": "2024-06-02T07:31:15",
            "upload_time_iso_8601": "2024-06-02T07:31:15.492429Z",
            "url": "https://files.pythonhosted.org/packages/9c/3c/ea9ce850125dcf276cf8043a8a2fe237bf2ffbe2a0a72387953ef12bbdc3/teomim-0.0.166.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-02 07:31:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zeroknowledgediscovery",
    "github_project": "teomim",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "teomim"
}
        
Elapsed time: 0.30039s