Skip to main content

Some utility function for the numerai competition

Project description

Build Status

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)

Uploaded Source

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

Hashes for numertweak-0.2.3.tar.gz
Algorithm Hash digest
SHA256 22d1259598d4a2d4ba163fe23059fececfc87c6e43b01eae2fca5cfc4d8291af
MD5 36781d53522891982638efff9f61bc2d
BLAKE2b-256 86bde6ebc58d740d025b1e10aeedc52984a32fc6d11c776a6a10fe56fd35dc46

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page