-
Updated
May 20, 2020 - Python
pypi-packages
Here are 128 public repositories matching this topic...
-
Updated
Feb 11, 2020 - Python
This is to match tensorflow's requirement.
Current pip version is 9.0.3. (Looks like pip recently switched the versioning scheme to use the last two digits of the year.)
-
Updated
May 27, 2020 - Python
-
Updated
May 10, 2020 - Python
-
Updated
Apr 29, 2019 - Python
-
Updated
Mar 3, 2020 - Python
- Show only path_url in the titles
- Add response and request headers
- Add request headers and body
- Add response headers, metada and body
- Add cURL
- Add response time
-
Updated
Apr 12, 2020 - Python
CLI 실행 기능 추가
기능 설명
CLI에서 PyKomoran을 실행할 수 있도록 합니다.
KOMORAN과 동일하게 모델 학습과 파일 단위 분석이 가능하도록 합니다.
추가 정보
-
Updated
Mar 16, 2020 - Python
Currently, the tool will fail to run from the command-line in Windows.
This is because the command-line functionality is based on shebangs, which do not work on Windows
#!/usr/bin/env python3
Add progress bar
-
Updated
Nov 1, 2014 - Python
If user makes some changes on GitHub UI, then the email address would be users.noreply.github.com, which should not be shown to the user.
-
Updated
Mar 27, 2020 - Python
Graphics
Dataset Incomplete
-
Updated
Mar 26, 2020 - Python
-
Updated
Jun 30, 2018 - Python
-
Updated
Apr 13, 2020 - Python
-
Updated
Oct 3, 2019 - Python
-
Updated
Jun 7, 2018 - Python
-
Updated
May 24, 2020 - Python
-
Updated
Dec 3, 2019 - Python
-
Updated
Aug 3, 2019 - Python
-
Updated
Dec 11, 2019 - Python
-
Updated
Sep 28, 2019 - Python
Improve this page
Add a description, image, and links to the pypi-packages topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pypi-packages topic, visit your repo's landing page and select "manage topics."


There seems to be a lot of inconsistency in coding style. For example, the time series variable is as tsA instead of snake cased as ts_a. Python conventions are not being met within the code. This is fairly low priority, but something to consider; especially if many people contribute. I am not saying that this code base should follow Python standards - just a standard.