influential


Nameinfluential JSON
Version 0.0.22 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/influential/
SummaryIdentification and Classification of the Most Influential Nodes
upload_time2023-08-22 05:16:40
maintainer
docs_urlNone
authorAdrian Salavaty
requires_python
licenseGPL-3
keywords influential
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

Contains functions for the classification and ranking of top candidate features, reconstruction of networks from
adjacency matrices and data frames, analysis of the topology of the network 
and calculation of centrality measures, and identification of the most
influential nodes. Also, a function is provided for running SIRIR model, which 
is the combination of leave-one-out cross validation technique and the conventional SIR model, 
on a network to unsupervisedly rank the true influence of vertices. 
Additionally, some functions have been provided for the assessment of dependence and 
correlation of two network centrality measures as well as the conditional probability of 
deviation from their corresponding means in opposite direction.
Fred Viole and David Nawrocki (2013, ISBN:1490523995).
Csardi G, Nepusz T (2006). 'The igraph software package for complex network research.' InterJournal, Complex Systems, 1695.
Adopted algorithms and sources are referenced in function document.




            

Raw data

            {
    "_id": null,
    "home_page": "http://pypi.python.org/pypi/influential/",
    "name": "influential",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "influential",
    "author": "Adrian Salavaty",
    "author_email": "abbas.salavaty@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/07/a22028b92cb0f60679d218d35b03d93b3ace0a08b7d858270087319f279d/influential-0.0.22.tar.gz",
    "platform": null,
    "description": "\n\nContains functions for the classification and ranking of top candidate features, reconstruction of networks from\nadjacency matrices and data frames, analysis of the topology of the network \nand calculation of centrality measures, and identification of the most\ninfluential nodes. Also, a function is provided for running SIRIR model, which \nis the combination of leave-one-out cross validation technique and the conventional SIR model, \non a network to unsupervisedly rank the true influence of vertices. \nAdditionally, some functions have been provided for the assessment of dependence and \ncorrelation of two network centrality measures as well as the conditional probability of \ndeviation from their corresponding means in opposite direction.\nFred Viole and David Nawrocki (2013, ISBN:1490523995).\nCsardi G, Nepusz T (2006). 'The igraph software package for complex network research.' InterJournal, Complex Systems, 1695.\nAdopted algorithms and sources are referenced in function document.\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Identification and Classification of the Most Influential Nodes",
    "version": "0.0.22",
    "project_urls": {
        "Homepage": "http://pypi.python.org/pypi/influential/"
    },
    "split_keywords": [
        "influential"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "caef728f25f1003eb99d564d4bc2631534561dac3e577c3b77cd31b7a42227b0",
                "md5": "badeb5b7fe9a5fa59e273fcbec88935e",
                "sha256": "8994ba8bae25c20ae384b6dfc3bcfbf159177363daf9329d0485fa458730cac2"
            },
            "downloads": -1,
            "filename": "influential-0.0.22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "badeb5b7fe9a5fa59e273fcbec88935e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 30012,
            "upload_time": "2023-08-22T05:16:38",
            "upload_time_iso_8601": "2023-08-22T05:16:38.374311Z",
            "url": "https://files.pythonhosted.org/packages/ca/ef/728f25f1003eb99d564d4bc2631534561dac3e577c3b77cd31b7a42227b0/influential-0.0.22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d307a22028b92cb0f60679d218d35b03d93b3ace0a08b7d858270087319f279d",
                "md5": "88e2a7bc3a89bb6d6a53648c04e8264a",
                "sha256": "7cf5cc7851be0bb5f09a200ef897947d942569504c46d61426e29513f247545c"
            },
            "downloads": -1,
            "filename": "influential-0.0.22.tar.gz",
            "has_sig": false,
            "md5_digest": "88e2a7bc3a89bb6d6a53648c04e8264a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29719,
            "upload_time": "2023-08-22T05:16:40",
            "upload_time_iso_8601": "2023-08-22T05:16:40.475965Z",
            "url": "https://files.pythonhosted.org/packages/d3/07/a22028b92cb0f60679d218d35b03d93b3ace0a08b7d858270087319f279d/influential-0.0.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 05:16:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "influential"
}
        
Elapsed time: 6.35450s