sofes


Namesofes JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/naotoo1/sofes
SummaryA python package for prototype-based soft feature selection
upload_time2023-11-16 15:40:44
maintainer
docs_urlNone
authorNana Abeka Otoo
requires_python>=3.6
licenseMIT license
keywords sofes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sofes


[![image](https://img.shields.io/pypi/v/sofes.svg)](https://pypi.python.org/pypi/sofes)
[![python: 3.60](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-3610/)
[![github](https://img.shields.io/badge/version-0.0.1-yellow.svg)](https://github.com/naotoo1/sofes)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

**A python package for prototype-based feature selection**

Sofes is a prototype-based soft feature selection package wrapped around the
highly interpretable Matrix Robust Soft Learning Vector Quantization (MRSLVQ) and the Local
MRSLVQ algorithms. The process of assessing feature relevance with Sofes aligns with a comparable
approach established in the nafes package, with the primary distinction being the utilization of
prototype-based induction learners influenced by a probabilistic framework.

    

## Installation
sofes can be installed using pip.
```python
pip install sofes
```

If you have installed Prosemble before and want to upgrade to the latest version, you can run the following command in your terminal:
Prosemble can be installed using pip.
```python
pip install -U sofes
```


To install the development version from GitHub using Git, run the following command in your terminal:
```python
pip install git+https://github.com/naotoo1/sofes
```


## Bibtex
If you would like to cite the package, please use this:
```python
@misc{Otoo_sofes_2023,
author = {Otoo, Nana Abeka},
title = {sofes},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
howpublished= {\url{https://github.com/naotoo1/sofes}},
}
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/naotoo1/sofes",
    "name": "sofes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "sofes",
    "author": "Nana Abeka Otoo",
    "author_email": "abekaotoo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/15/4211d7b8edfe3c9ab97ff9d117784499e82763fa4ced7754d21af0fc8df2/sofes-0.0.1.tar.gz",
    "platform": null,
    "description": "# sofes\r\n\r\n\r\n[![image](https://img.shields.io/pypi/v/sofes.svg)](https://pypi.python.org/pypi/sofes)\r\n[![python: 3.60](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-3610/)\r\n[![github](https://img.shields.io/badge/version-0.0.1-yellow.svg)](https://github.com/naotoo1/sofes)\r\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\r\n\r\n**A python package for prototype-based feature selection**\r\n\r\nSofes is a prototype-based soft feature selection package wrapped around the\r\nhighly interpretable Matrix Robust Soft Learning Vector Quantization (MRSLVQ) and the Local\r\nMRSLVQ algorithms. The process of assessing feature relevance with Sofes aligns with a comparable\r\napproach established in the nafes package, with the primary distinction being the utilization of\r\nprototype-based induction learners influenced by a probabilistic framework.\r\n\r\n    \r\n\r\n## Installation\r\nsofes can be installed using pip.\r\n```python\r\npip install sofes\r\n```\r\n\r\nIf you have installed Prosemble before and want to upgrade to the latest version, you can run the following command in your terminal:\r\nProsemble can be installed using pip.\r\n```python\r\npip install -U sofes\r\n```\r\n\r\n\r\nTo install the development version from GitHub using Git, run the following command in your terminal:\r\n```python\r\npip install git+https://github.com/naotoo1/sofes\r\n```\r\n\r\n\r\n## Bibtex\r\nIf you would like to cite the package, please use this:\r\n```python\r\n@misc{Otoo_sofes_2023,\r\nauthor = {Otoo, Nana Abeka},\r\ntitle = {sofes},\r\nyear = {2023},\r\npublisher = {GitHub},\r\njournal = {GitHub repository},\r\nhowpublished= {\\url{https://github.com/naotoo1/sofes}},\r\n}\r\n```\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A python package for prototype-based soft feature selection",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/naotoo1/sofes"
    },
    "split_keywords": [
        "sofes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a154211d7b8edfe3c9ab97ff9d117784499e82763fa4ced7754d21af0fc8df2",
                "md5": "162f5a297a898787c7229f53d7bb8cb1",
                "sha256": "a9ef2f79aa3ef01556aa7e8a83de1c72a60def8eba84a27928883a174775b7b1"
            },
            "downloads": -1,
            "filename": "sofes-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "162f5a297a898787c7229f53d7bb8cb1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14784,
            "upload_time": "2023-11-16T15:40:44",
            "upload_time_iso_8601": "2023-11-16T15:40:44.600282Z",
            "url": "https://files.pythonhosted.org/packages/3a/15/4211d7b8edfe3c9ab97ff9d117784499e82763fa4ced7754d21af0fc8df2/sofes-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-16 15:40:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "naotoo1",
    "github_project": "sofes",
    "github_not_found": true,
    "lcname": "sofes"
}
        
Elapsed time: 0.31968s