Some utility function for the numerai competition
Project description
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
.pyc
files: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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
numertweak-0.2.3.tar.gz
(2.8 kB
view details)
File details
Details for the file numertweak-0.2.3.tar.gz
.
File metadata
- Download URL: numertweak-0.2.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22d1259598d4a2d4ba163fe23059fececfc87c6e43b01eae2fca5cfc4d8291af |
|
MD5 | 36781d53522891982638efff9f61bc2d |
|
BLAKE2b-256 | 86bde6ebc58d740d025b1e10aeedc52984a32fc6d11c776a6a10fe56fd35dc46 |