pygeine


Namepygeine JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/Mohamedsaad55/Py-Geine
SummaryLearning Python will be fun
upload_time2023-03-20 23:16:52
maintainer
docs_urlNone
authorMohamed Saad
requires_python
licenseMIT
keywords python learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Header Image](https://github.com/Mohamedsaad55/Py-Geine/blob/master/assets/2.png?raw=true)


## Installation

To install the package, run the following command:

pip install pygeine


## Educational Modules

to use a function or project explaination just import the function like this :

from pygeine.pybasics import calculator  , receipt

## plot module

The plot module provides a set of interactive visualization tools for exploring data using popular machine learning algorithms. It includes functions for plotting scatter plots, confusion matrices, and classification reports for various classification models, such as random forests and support vector machines. The module also provides interactive widgets for adjusting model parameters, such as the number of estimators in a random forest. The visualizations can be customized with different colors and labels to better understand the model's performance.

## Downloading a Project 

if you need to download the Actual code for any projects just import the project name and add (_download) like this :

from pygeine.pybasics  calculator_download , receipt_download


## Example Notebook

Check out this [Google Colab notebook](https://colab.research.google.com/drive/187SFw4QkZcxVflUlzIH3SMF8ep6kE9L-?usp=sharing) for an example of how to use the functions in this package.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mohamedsaad55/Py-Geine",
    "name": "pygeine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python learning",
    "author": "Mohamed Saad",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "![Header Image](https://github.com/Mohamedsaad55/Py-Geine/blob/master/assets/2.png?raw=true)\n\n\n## Installation\n\nTo install the package, run the following command:\n\npip install pygeine\n\n\n## Educational Modules\n\nto use a function or project explaination just import the function like this :\n\nfrom pygeine.pybasics import calculator  , receipt\n\n## plot module\n\nThe plot module provides a set of interactive visualization tools for exploring data using popular machine learning algorithms. It includes functions for plotting scatter plots, confusion matrices, and classification reports for various classification models, such as random forests and support vector machines. The module also provides interactive widgets for adjusting model parameters, such as the number of estimators in a random forest. The visualizations can be customized with different colors and labels to better understand the model's performance.\n\n## Downloading a Project \n\nif you need to download the Actual code for any projects just import the project name and add (_download) like this :\n\nfrom pygeine.pybasics  calculator_download , receipt_download\n\n\n## Example Notebook\n\nCheck out this [Google Colab notebook](https://colab.research.google.com/drive/187SFw4QkZcxVflUlzIH3SMF8ep6kE9L-?usp=sharing) for an example of how to use the functions in this package.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Learning Python will be fun",
    "version": "0.0.6",
    "split_keywords": [
        "python",
        "learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "590309a0703280113a7266a4b16b59e138a20991971240734f878c83bd766331",
                "md5": "32dc256647c136edbf41f8346f1aafea",
                "sha256": "325e511afc9a5c7d02aa22a9de36b9ad472ff7967bbcd91d20507cacce566c6f"
            },
            "downloads": -1,
            "filename": "pygeine-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32dc256647c136edbf41f8346f1aafea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8617,
            "upload_time": "2023-03-20T23:16:52",
            "upload_time_iso_8601": "2023-03-20T23:16:52.918659Z",
            "url": "https://files.pythonhosted.org/packages/59/03/09a0703280113a7266a4b16b59e138a20991971240734f878c83bd766331/pygeine-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 23:16:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Mohamedsaad55",
    "github_project": "Py-Geine",
    "lcname": "pygeine"
}
        
Elapsed time: 0.04940s