Statistical python model for comparison of species using pairwise regression
Project description
# professorRegressor Statistical python model for comparison of species using pairwise regression.
### Usage It’s import to provide PR with a 2xn pandas matrix where the first column contains a categorical variable, like the species or the specimens that your study wishes to compare, and the second containing non-null numerical observations relating to the first variable.
You need at least 2 observations per specimen/species and more will provide greater statistical accuracies.
Note: at the time of first publication, there are no failsafes for null values in the dataset. Please remove these as part of pre-processing.
To install, use pip: pip install professorRegressor
To use in your program, first initialise by passing your pandas dataset. Thereafter you can export using the getDataFrame method. Here is an example:
import professorRegressor pr = professorRegressor(iris) pr_df = pr.getDataFrame()
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 ProfessorRegressor-1.1.tar.gz.
File metadata
- Download URL: ProfessorRegressor-1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db4ba25d7536683e6c69002c7defee391d3ece5924afcefca838fe0c075880da
|
|
| MD5 |
bbeac8deccb97cc1020c7aeeb6b1ad4b
|
|
| BLAKE2b-256 |
2476699408ff3cd831617c2fe60552b439b704741dd6e7e55f4ef5c520a2f50c
|
File details
Details for the file ProfessorRegressor-1.1-py3-none-any.whl.
File metadata
- Download URL: ProfessorRegressor-1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea809db436fc64ce2352a2970844aed311a1576248d1d80e1c2f9ca11329c70
|
|
| MD5 |
fa1e84e015c70114f5f2514da62b2cc1
|
|
| BLAKE2b-256 |
8528aa7f2448bfd03e2b13c6f91811318656c5fc5abb01ada2ab2fd8832a7a4d
|