Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmedian/jackknife
Jackknife resampling, parameter estimation and stability test.
https://github.com/kmedian/jackknife
cross-validation estimation jackknife jackknife-resampling pypi stability-test statistics
Last synced: 2 days ago
JSON representation
Jackknife resampling, parameter estimation and stability test.
- Host: GitHub
- URL: https://github.com/kmedian/jackknife
- Owner: kmedian
- License: mit
- Created: 2018-11-04T19:02:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T07:42:30.000Z (about 5 years ago)
- Last Synced: 2024-11-05T22:19:27.479Z (11 days ago)
- Topics: cross-validation, estimation, jackknife, jackknife-resampling, pypi, stability-test, statistics
- Language: Python
- Size: 78.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kmedian/jackknife.svg?branch=master)](https://travis-ci.org/kmedian/jackknife)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/jackknife/master?urlpath=lab)# jackknife
Jackknife resampling, parameter estimation and stability test.## Installation
The `jackknife` [git repo](http://github.com/kmedian/jackknife) is available as [PyPi package](https://pypi.org/project/jackknife)```
pip install jackknife
```## Usage
Check the [examples](examples) folder for notebooks.## Commands
* Check syntax: `flake8 --ignore=F401`
* 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](https://github.com/kmedian/jackknife/issues/new) for support.## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/kmedian/jackknife/compare/).