Name | evalipy JSON |
Version |
0.0.5
JSON |
| download |
home_page | |
Summary | Evalipy is a framework for evaluating & comparing machine learning models. |
upload_time | 2023-02-06 00:36:56 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | BSD 3-Clause License Copyright (c) 2023, MR-EIGHT Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
ml
machine learning
model
evaluation
framework
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<h1 align="center">EvaliPy </h1>
<br>
**EvaliPy** is an evaluation framework for machine learning Models.
The project was started in 2023. It's a package for evaluating different machine learning models and comparing them.
It's currently maintained by me :)
## Dependencies
* Python (>= 3.5)
* NumPy (>= 1.17.3)
* joblib (>= 1.1.1)
* pandas (>= 1.5.0)
* matplotlib (>= 3.6.2)
* scikit-learn (>= 1.2.0)
* scipy (>= 1.10.0)
* seaborn (>= 0.12.2)
## Installation
```
pip install evalipy
```
## Usage
### Import
```python
from evalipy import *
```
### Report
```python
r = report.Report(model=model.Model(clf), actual_data=y, predicted_data=y_pred_1)
*(optional)* print(r)
```
### Compare
```python
...
tree_model.fit(X, y)
linear_model.fit(X, y)
...
comparator = comparator.Comparator(models=[linear_model, tree_model], x=X, actual_data=y)
print(comparator)
```
## Authors
* **MR-EIGHT** (Mehrdad Heshmat)
Raw data
{
"_id": null,
"home_page": "",
"name": "evalipy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "ML,Machine Learning,model,evaluation,framework",
"author": "",
"author_email": "Mehrdad Heshmat <mehrddy@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/12/e2/96ccbfbfc674d6a416bcc47bee2aabdf8e3f8a27bc62841b34d3781e939f/evalipy-0.0.5.tar.gz",
"platform": null,
"description": "<h1 align=\"center\">EvaliPy </h1>\r\n<br>\r\n\r\n**EvaliPy** is an evaluation framework for machine learning Models.\r\n\r\nThe project was started in 2023. It's a package for evaluating different machine learning models and comparing them. \r\n \r\nIt's currently maintained by me :)\r\n\r\n## Dependencies\r\n* Python (>= 3.5)\r\n* NumPy (>= 1.17.3)\r\n* joblib (>= 1.1.1)\r\n* pandas (>= 1.5.0)\r\n* matplotlib (>= 3.6.2)\r\n* scikit-learn (>= 1.2.0)\r\n* scipy (>= 1.10.0)\r\n* seaborn (>= 0.12.2)\r\n\r\n## Installation\r\n```\r\npip install evalipy\r\n```\r\n\r\n\r\n## Usage\r\n### Import\r\n```python\r\nfrom evalipy import *\r\n```\r\n### Report\r\n```python\r\nr = report.Report(model=model.Model(clf), actual_data=y, predicted_data=y_pred_1)\r\n*(optional)* print(r)\r\n```\r\n### Compare\r\n```python\r\n...\r\ntree_model.fit(X, y)\r\nlinear_model.fit(X, y)\r\n...\r\n\r\ncomparator = comparator.Comparator(models=[linear_model, tree_model], x=X, actual_data=y)\r\nprint(comparator)\r\n```\r\n\r\n\r\n## Authors\r\n* **MR-EIGHT** (Mehrdad Heshmat)\r\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) 2023, MR-EIGHT Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "Evalipy is a framework for evaluating & comparing machine learning models.",
"version": "0.0.5",
"split_keywords": [
"ml",
"machine learning",
"model",
"evaluation",
"framework"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8df809a74ab7d1ba5f019d4cdfa02656ef4b01865742083bcbce89bf76d24896",
"md5": "96634db299607481ac4cc4e3cb19e134",
"sha256": "d50e4ba70afe9865d69f02d552fb28ec96b44dbf63766e3e3a4f49f29ebe1987"
},
"downloads": -1,
"filename": "evalipy-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "96634db299607481ac4cc4e3cb19e134",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6870,
"upload_time": "2023-02-06T00:36:53",
"upload_time_iso_8601": "2023-02-06T00:36:53.409273Z",
"url": "https://files.pythonhosted.org/packages/8d/f8/09a74ab7d1ba5f019d4cdfa02656ef4b01865742083bcbce89bf76d24896/evalipy-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "12e296ccbfbfc674d6a416bcc47bee2aabdf8e3f8a27bc62841b34d3781e939f",
"md5": "f3f5ed124ebc189c146947bd85aeaba8",
"sha256": "e2caf18fdc02150fad675bff5780daf0737cb1c6c32c3604282197f0d4feed7d"
},
"downloads": -1,
"filename": "evalipy-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "f3f5ed124ebc189c146947bd85aeaba8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4898,
"upload_time": "2023-02-06T00:36:56",
"upload_time_iso_8601": "2023-02-06T00:36:56.187478Z",
"url": "https://files.pythonhosted.org/packages/12/e2/96ccbfbfc674d6a416bcc47bee2aabdf8e3f8a27bc62841b34d3781e939f/evalipy-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-06 00:36:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "evalipy"
}