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/7c/b9/e3ff6cd635e1b09430911ea8ca643ffd3da95ab2916fb9cd0a5fd7e495a4/pltx-0.2.5.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.2.5",
"project_urls": {
"Homepage": "https://gitee.com/summry/pltx"
},
"split_keywords": [
"matplotlib"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7cb9e3ff6cd635e1b09430911ea8ca643ffd3da95ab2916fb9cd0a5fd7e495a4",
"md5": "8abfa027b92bb9438e9b3f6a1645a747",
"sha256": "1ff4450d4e3f24d02744051e3c97be1f7fe6347301dd365737acf0918ca370fe"
},
"downloads": -1,
"filename": "pltx-0.2.5.tar.gz",
"has_sig": false,
"md5_digest": "8abfa027b92bb9438e9b3f6a1645a747",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9179,
"upload_time": "2025-01-12T11:13:19",
"upload_time_iso_8601": "2025-01-12T11:13:19.146691Z",
"url": "https://files.pythonhosted.org/packages/7c/b9/e3ff6cd635e1b09430911ea8ca643ffd3da95ab2916fb9cd0a5fd7e495a4/pltx-0.2.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-12 11:13:19",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pltx"
}