Skip to main content

One place for the most useful methods for work

Project description

podlozhnyy-module

A set of tools to simplify data analysis in particular:

  • risk analytics package
  • statistical utils for AB testing, analysis of correlations and variance
  • bootstrap method and permutations criteria for non-parametric testing
  • time series analysis and forecasting
  • classical machine learning

Getting started

Easy installation via pip

$ pip install podlozhnyy-module

For developers

If you would like to contribute to the project yo can do the following

  1. Create a new virtual environment and activate it (for Windows use: my_env\Scripts\activate instead of the last command)
$ python -m venv my_env
$ source my_env/bin/activate
  1. Copy the repo
$ git clone https://github.com/NPodlozhniy/podlozhnyy-module.git
  1. Install requirement dependecies for developers
$ pip install -r requirements_dev.txt
  1. Make changes and then release version to PyPI (use --repository-url argument to upload code to test PyPI version)
$ python setup.py sdist bdist_wheel
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*

:heavy_exclamation_mark: Important Update :heavy_exclamation_mark: since 2024 PyPi doesn't allow to push without API token, so you need to create one and then push using either .pypirc file, what actually doesn't work for me, or specifying credentials during the call

$ twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u __token__ -p <YOUR TOKEN>
  1. To test the package create another virtual environment and then install library from PyPI using the following command
$ pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple podlozhnyy-module

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

podlozhnyy_module-2.6.1.tar.gz (28.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

podlozhnyy_module-2.6.1-py3-none-any.whl (32.3 kB view details)

Uploaded Python 3

File details

Details for the file podlozhnyy_module-2.6.1.tar.gz.

File metadata

  • Download URL: podlozhnyy_module-2.6.1.tar.gz
  • Upload date:
  • Size: 28.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for podlozhnyy_module-2.6.1.tar.gz
Algorithm Hash digest
SHA256 c03f4a5428b0df1a8b0dc64f4547aae89f9d51f84c2ad37031c31bb437da3184
MD5 e7bff778cde2abdd953f84aa27b0f4ae
BLAKE2b-256 f7d0975fd9636e0a5071b23e647800c3af7979a0ebfd3cca8b85372dcd1eca39

See more details on using hashes here.

File details

Details for the file podlozhnyy_module-2.6.1-py3-none-any.whl.

File metadata

File hashes

Hashes for podlozhnyy_module-2.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cac4519f2649914d6045a18bd3d6324db528709cc806524a53d2287e49695b32
MD5 14059c11c7a1dfed0a2968fbbaa38683
BLAKE2b-256 abefc47793ebcc86154089a6c7a1d0952fd872c5a9cece23dd61d6507fcf8c2c

See more details on using hashes here.

Supported by

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