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.5.4.tar.gz (27.3 kB view details)

Uploaded Source

Built Distribution

podlozhnyy_module-2.5.4-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: podlozhnyy_module-2.5.4.tar.gz
  • Upload date:
  • Size: 27.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for podlozhnyy_module-2.5.4.tar.gz
Algorithm Hash digest
SHA256 b992b56e2567db9a572561b646f6173e2c14b1e10f290130815553204c9c876b
MD5 c0a4860d9e905676d02844aad033a25a
BLAKE2b-256 191ae8d89def6702159d748702c8bfcf2effeee9eb6cc4620202f76c838d6964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for podlozhnyy_module-2.5.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2f415ea8495e1c51ec7001f453931ac213add6099f0912443b519a1f823e13d3
MD5 dfe2eb2827a6c7db69f920c56c981242
BLAKE2b-256 64bcb6c3e5cd7cae691eec596ae68915091f777630c31f8121141fbfd8f71f75

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