numertweak
Some utility function for the numer.ai competition.
This for my personal usage so far. If you have any questions then send me an Email.
Table of Contents
Installation
The numertweak git repo is available as PyPi package
pip install numertweak
In notebooks use this
%%capture
!pip install "numertweak>=0.2.0"
from numertweak import *
Commands
- Check syntax:
flake8 --ignore=F401,W503,E731 - Remove
.pycfiles:find . -type f -name "*.pyc" | xargs rm - Remove
__pycache__folders:find . -type d -name "__pycache__" | xargs rm -rf - Upload to PyPi with twine:
python setup.py sdist && twine upload -r pypi dist/*
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Release files for numertweak 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| numertweak-0.2.3.tar.gz | 2.8 kB | Details |
Release files / numertweak-0.2.3.tar.gz
| Download URL | numertweak-0.2.3.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22d1259598d4a2d4ba163fe23059fececfc87c6e43b01eae2fca5cfc4d8291af
|
|
BLAKE2b-256 checksum How to use checksums |
86bde6ebc58d740d025b1e10aeedc52984a32fc6d11c776a6a10fe56fd35dc46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.5
|