{ "info": { "author": "Eloy F\u00e9lix", "author_email": "eloyfelix@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Chemistry" ], "description": "# ModifiedNB Model\n\nScikit-learn based implementation of the popular cheminformatics Laplace corrected Na\u00efve Bayes algorithm as described in:\n\n Prediction of Biological Targets for Compounds Using Multiple-Category Bayesian Models Trained on Chemogenomics Databases\n Nidhi,\u2020, Meir Glick,\u2021, John W. Davies,\u2021 and, and Jeremy L. Jenkins*,\u2021\n Journal of Chemical Information and Modeling 2006 46 (3), 1124-1133\n DOI: 10.1021/ci060003g\n\n## Installation\n\n pip install ModifiedNB\n\n## Usage\n\nWorks exactly like any other scikit-learn model.\n\n```python\nimport numpy as np\nX = np.random.randint(5, size=(6, 100))\ny = np.array([1, 2, 3, 4, 5, 6])\n\nfrom ModifiedNB import ModifiedNB\nclf = ModifiedNB()\nclf.fit(X, y)\nprint(clf.predict(X[2:3]))\n```\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chembl/ModifiedNB/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ModifiedNB", "package_url": "https://pypi.org/project/ModifiedNB/", "platform": "", "project_url": "https://pypi.org/project/ModifiedNB/", "project_urls": { "Homepage": "https://github.com/chembl/ModifiedNB/" }, "release_url": "https://pypi.org/project/ModifiedNB/0.2/", "requires_dist": [ "scikit-learn (>=0.19.0)" ], "requires_python": "", "summary": "Laplace corrected modified na\u00efve bayes model", "version": "0.2" }, "last_serial": 4725565, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "6cb8cd4df514a94ce244dce8f807c136", "sha256": "9cdf01aa5022a6b214c44e7c52f72f91e8a27cd59d0cf200db31170d9826f757" }, "downloads": -1, "filename": "ModifiedNB-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6cb8cd4df514a94ce244dce8f807c136", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2879, "upload_time": "2019-01-22T11:23:36", "url": "https://files.pythonhosted.org/packages/8e/4f/33a3d4aba3e91c4f0d6bf4c1dffa81a59ff0ea266068613b9e49057e6af6/ModifiedNB-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0cc1efa38a121892c55bb672a2c6bd3", "sha256": "818ccc96a439c7f1f15724412b4e5ea5efa0a8b0d91c3e33643831a60276b8bf" }, "downloads": -1, "filename": "ModifiedNB-0.2.tar.gz", "has_sig": false, "md5_digest": "a0cc1efa38a121892c55bb672a2c6bd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2394, "upload_time": "2019-01-22T11:23:37", "url": "https://files.pythonhosted.org/packages/1b/58/1c446d6f39b285ff51a7bf5cf0177255db4c7902534c1f4e459578d5e3ad/ModifiedNB-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6cb8cd4df514a94ce244dce8f807c136", "sha256": "9cdf01aa5022a6b214c44e7c52f72f91e8a27cd59d0cf200db31170d9826f757" }, "downloads": -1, "filename": "ModifiedNB-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6cb8cd4df514a94ce244dce8f807c136", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2879, "upload_time": "2019-01-22T11:23:36", "url": "https://files.pythonhosted.org/packages/8e/4f/33a3d4aba3e91c4f0d6bf4c1dffa81a59ff0ea266068613b9e49057e6af6/ModifiedNB-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0cc1efa38a121892c55bb672a2c6bd3", "sha256": "818ccc96a439c7f1f15724412b4e5ea5efa0a8b0d91c3e33643831a60276b8bf" }, "downloads": -1, "filename": "ModifiedNB-0.2.tar.gz", "has_sig": false, "md5_digest": "a0cc1efa38a121892c55bb672a2c6bd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2394, "upload_time": "2019-01-22T11:23:37", "url": "https://files.pythonhosted.org/packages/1b/58/1c446d6f39b285ff51a7bf5cf0177255db4c7902534c1f4e459578d5e3ad/ModifiedNB-0.2.tar.gz" } ] }