fishknn


Namefishknn JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryFish predictor with KNN
upload_time2024-09-09 00:31:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fishknn

## Usage - bash
### 예측 및 데이터 저장
```bash
$ t_cmd
```

### 시각화
```bash
$ scat_plot
```
### Result
![Figure_1](https://github.com/user-attachments/assets/e7cc3be0-30a6-4418-a9e7-96d4576f1584)

## Usage - python
```python
from fishknn.what_fish_name import fish_pred

fish_pred(<length>, <weight>, <fish_class>)
# fish_class = 0 : Bream, 1 : Smelt
```

## result
### 데이터가 아예 없을때
```python
# result
학습용 데이터가 없으므로 데이터를 저장합니다. 정답 : Bream
```

### 충분한 데이터가 없을 때
```python
fish_pred(15, 150, 0)

# result
학습용 데이터가 부족하므로 데이터를 추가합니다. 현재 데이터의 수 : 5
```

### 데이터가 충분하다면?
```python
fish_pred(6.7, 9.3, 1)

# result
오답입니다. 정답은 Smelt입니다.
예측값 : Bream
```

### Data Plot
```python
from fishknn.what_fish_name import watch_data
watch_data()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fishknn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Kimwonjoon <kimpass189@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1b/8a/a5a463cae3387ed2912d6d27d0851496a58106c900ee3482b7b4a80b2083/fishknn-0.1.4.tar.gz",
    "platform": null,
    "description": "# fishknn\n\n## Usage - bash\n### \uc608\uce21 \ubc0f \ub370\uc774\ud130 \uc800\uc7a5\n```bash\n$ t_cmd\n```\n\n### \uc2dc\uac01\ud654\n```bash\n$ scat_plot\n```\n### Result\n![Figure_1](https://github.com/user-attachments/assets/e7cc3be0-30a6-4418-a9e7-96d4576f1584)\n\n## Usage - python\n```python\nfrom fishknn.what_fish_name import fish_pred\n\nfish_pred(<length>, <weight>, <fish_class>)\n# fish_class = 0 : Bream, 1 : Smelt\n```\n\n## result\n### \ub370\uc774\ud130\uac00 \uc544\uc608 \uc5c6\uc744\ub54c\n```python\n# result\n\ud559\uc2b5\uc6a9 \ub370\uc774\ud130\uac00 \uc5c6\uc73c\ubbc0\ub85c \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud569\ub2c8\ub2e4. \uc815\ub2f5 : Bream\n```\n\n### \ucda9\ubd84\ud55c \ub370\uc774\ud130\uac00 \uc5c6\uc744 \ub54c\n```python\nfish_pred(15, 150, 0)\n\n# result\n\ud559\uc2b5\uc6a9 \ub370\uc774\ud130\uac00 \ubd80\uc871\ud558\ubbc0\ub85c \ub370\uc774\ud130\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. \ud604\uc7ac \ub370\uc774\ud130\uc758 \uc218 : 5\n```\n\n### \ub370\uc774\ud130\uac00 \ucda9\ubd84\ud558\ub2e4\uba74?\n```python\nfish_pred(6.7, 9.3, 1)\n\n# result\n\uc624\ub2f5\uc785\ub2c8\ub2e4. \uc815\ub2f5\uc740 Smelt\uc785\ub2c8\ub2e4.\n\uc608\uce21\uac12 : Bream\n```\n\n### Data Plot\n```python\nfrom fishknn.what_fish_name import watch_data\nwatch_data()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fish predictor with KNN",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/Kimwonjoon/fishknn",
        "Issues": "https://github.com/Kimwonjoon/fishknn/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06893d4f5bb0f8f53b588679932a9189cbb7377ff938f6bde97e1004ebcbaf68",
                "md5": "f30b54d4568dc04839ac4475809a9f89",
                "sha256": "18c683b320807660afd8eb7111f2fc323b549475ca1cc0aabdee5802352eed3e"
            },
            "downloads": -1,
            "filename": "fishknn-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f30b54d4568dc04839ac4475809a9f89",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 3302,
            "upload_time": "2024-09-09T00:31:23",
            "upload_time_iso_8601": "2024-09-09T00:31:23.253265Z",
            "url": "https://files.pythonhosted.org/packages/06/89/3d4f5bb0f8f53b588679932a9189cbb7377ff938f6bde97e1004ebcbaf68/fishknn-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b8aa5a463cae3387ed2912d6d27d0851496a58106c900ee3482b7b4a80b2083",
                "md5": "1458b0b2c62707cd5ed9814392b05d6a",
                "sha256": "1e1c0ecff1f82940954152d5f445358d4605c42942e00176af1cd417a4e23004"
            },
            "downloads": -1,
            "filename": "fishknn-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1458b0b2c62707cd5ed9814392b05d6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 2785,
            "upload_time": "2024-09-09T00:31:24",
            "upload_time_iso_8601": "2024-09-09T00:31:24.354344Z",
            "url": "https://files.pythonhosted.org/packages/1b/8a/a5a463cae3387ed2912d6d27d0851496a58106c900ee3482b7b4a80b2083/fishknn-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 00:31:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kimwonjoon",
    "github_project": "fishknn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fishknn"
}
        
Elapsed time: 0.50757s