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
- Create a new virtual environment and activate it (for Windows use:
my_env\Scripts\activateinstead of the last command)
$ python -m venv my_env
$ source my_env/bin/activate
- Copy the repo
$ git clone https://github.com/NPodlozhniy/podlozhnyy-module.git
- Install requirement dependecies for developers
$ pip install -r requirements_dev.txt
- Make changes and then release version to PyPI (use
--repository-urlargument 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>
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b992b56e2567db9a572561b646f6173e2c14b1e10f290130815553204c9c876b
|
|
| MD5 |
c0a4860d9e905676d02844aad033a25a
|
|
| BLAKE2b-256 |
191ae8d89def6702159d748702c8bfcf2effeee9eb6cc4620202f76c838d6964
|
File details
Details for the file podlozhnyy_module-2.5.4-py3-none-any.whl.
File metadata
- Download URL: podlozhnyy_module-2.5.4-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f415ea8495e1c51ec7001f453931ac213add6099f0912443b519a1f823e13d3
|
|
| MD5 |
dfe2eb2827a6c7db69f920c56c981242
|
|
| BLAKE2b-256 |
64bcb6c3e5cd7cae691eec596ae68915091f777630c31f8121141fbfd8f71f75
|