symphony-binary-confusion-matrix


Namesymphony-binary-confusion-matrix JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/apple/ml-symphony
SummaryA simple binary confusion matrix Symphony component
upload_time2023-08-08 22:01:45
maintainer
docs_urlNone
authorApple
requires_python>=3.6
licenseApple Sample Code License
keywords jupyter widgets ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SymphonyBinaryConfusionMatrix

A simple binary confusion matrix widget that takes into account a class and a label column of a Symphony table.

Additional parameters for the spec of this widget are:

- `label_column`
- `prediction_column`

## Installation

```bash
pip install symphony_binary_confusion_matrix
```

## Usage

To learn how to use Symphony, see the [documentation](https://apple.github.io/ml-symphony/).

## Development

To learn about how to build Symphony from source and how to contribute to the framework, please look at [CONTRIBUTING.md](../CONTRIBUTING.md) and the [development documentation](https://apple.github.io/ml-symphony/contributing.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apple/ml-symphony",
    "name": "symphony-binary-confusion-matrix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Jupyter,Widgets,IPython",
    "author": "Apple",
    "author_email": "dnikit-symphony-oss@group.apple.com",
    "download_url": "https://files.pythonhosted.org/packages/b3/18/f7fe36e0932ae00fa61eddfc6e746139afc697ec39c4c87a75545d3b5248/symphony_binary_confusion_matrix-1.0.2.tar.gz",
    "platform": "Linux",
    "description": "# SymphonyBinaryConfusionMatrix\n\nA simple binary confusion matrix widget that takes into account a class and a label column of a Symphony table.\n\nAdditional parameters for the spec of this widget are:\n\n- `label_column`\n- `prediction_column`\n\n## Installation\n\n```bash\npip install symphony_binary_confusion_matrix\n```\n\n## Usage\n\nTo learn how to use Symphony, see the [documentation](https://apple.github.io/ml-symphony/).\n\n## Development\n\nTo learn about how to build Symphony from source and how to contribute to the framework, please look at [CONTRIBUTING.md](../CONTRIBUTING.md) and the [development documentation](https://apple.github.io/ml-symphony/contributing.html).\n",
    "bugtrack_url": null,
    "license": "Apple Sample Code License",
    "summary": "A simple binary confusion matrix Symphony component",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/apple/ml-symphony"
    },
    "split_keywords": [
        "jupyter",
        "widgets",
        "ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30ab602bd62ce2107de7032ea9990161ed35e6fb8bbe4ed5b037d4e6e08efc63",
                "md5": "36016fe95f7b1a7c24f7b152651ec6cc",
                "sha256": "27e7faa940b4743ed44eba6ed57b3ccb6bcfb6c23fb6981157bd06852cf03fa7"
            },
            "downloads": -1,
            "filename": "symphony_binary_confusion_matrix-1.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36016fe95f7b1a7c24f7b152651ec6cc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 10124246,
            "upload_time": "2023-08-08T22:01:42",
            "upload_time_iso_8601": "2023-08-08T22:01:42.447639Z",
            "url": "https://files.pythonhosted.org/packages/30/ab/602bd62ce2107de7032ea9990161ed35e6fb8bbe4ed5b037d4e6e08efc63/symphony_binary_confusion_matrix-1.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b318f7fe36e0932ae00fa61eddfc6e746139afc697ec39c4c87a75545d3b5248",
                "md5": "9c1e8b7048ab4e9b046ed3b63b6aaa90",
                "sha256": "a9fb810ae5d82a5a9f6fb88efb7a90a4f3cfc8ea6b89ff632b38498098e7c9db"
            },
            "downloads": -1,
            "filename": "symphony_binary_confusion_matrix-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9c1e8b7048ab4e9b046ed3b63b6aaa90",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5285102,
            "upload_time": "2023-08-08T22:01:45",
            "upload_time_iso_8601": "2023-08-08T22:01:45.806168Z",
            "url": "https://files.pythonhosted.org/packages/b3/18/f7fe36e0932ae00fa61eddfc6e746139afc697ec39c4c87a75545d3b5248/symphony_binary_confusion_matrix-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 22:01:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apple",
    "github_project": "ml-symphony",
    "github_not_found": true,
    "lcname": "symphony-binary-confusion-matrix"
}
        
Elapsed time: 0.29567s