Usage Sample
''''''''''''
.. code:: python
import pltx
y_true = [1, 1, 1, 0, 0, 0]
y_pred = [1, 0, 1, 0, 0, 0]
y_prob = [0.9, 0.1, 0.8, 0.2, 0.7, 0.3]
pltx.plot_roc(y_true, y_prob)
pltx.plot_confusion_matrix2(y_true, y_pred)
Raw data
{
"_id": null,
"home_page": "https://gitee.com/summry/pltx",
"name": "pltx",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "matplotlib",
"author": "summy",
"author_email": "fkfkfk2024@2925.com",
"download_url": "https://files.pythonhosted.org/packages/74/89/3bda5f411d1336ec677077a002961b49d432f455f13e4dc7b3d160e913d5/pltx-0.1.0.tar.gz",
"platform": null,
"description": "Usage Sample\n''''''''''''\n\n.. code:: python\n\n import pltx \n\n y_true = [1, 1, 1, 0, 0, 0]\n y_pred = [1, 0, 1, 0, 0, 0]\n y_prob = [0.9, 0.1, 0.8, 0.2, 0.7, 0.3]\n\n pltx.plot_roc(y_true, y_prob)\n pltx.plot_confusion_matrix2(y_true, y_pred)\n \n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Tools of matplotlib",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://gitee.com/summry/pltx"
},
"split_keywords": [
"matplotlib"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "74893bda5f411d1336ec677077a002961b49d432f455f13e4dc7b3d160e913d5",
"md5": "1b0147b9761125430c20472855ecbfc0",
"sha256": "e1218b4c41913db2920e23afdd54441c13c9b1dfe5ce5737905491c28a3bde12"
},
"downloads": -1,
"filename": "pltx-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1b0147b9761125430c20472855ecbfc0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 8285,
"upload_time": "2024-12-20T01:57:56",
"upload_time_iso_8601": "2024-12-20T01:57:56.836924Z",
"url": "https://files.pythonhosted.org/packages/74/89/3bda5f411d1336ec677077a002961b49d432f455f13e4dc7b3d160e913d5/pltx-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-20 01:57:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pltx"
}