a package for predicting if cancer is treatable or not
Project description
prediction
a package for predicting if cancer is treatable or not
Installation
$ pip install dsci-prediction
Usage
prediction can be used to load, clean, build a test model and plot results
as follows:
from dsci_prediction.dsci_prediction import *
file_path = "data.txt" # path to your file
load = load_data(input_path, output_path)
clean = clean_data(input_path, output_path_train, output_path_test)
model = build_test_model(train_df, test_df, cross_val_output, tuned_para_output, classification_output, confusion_matrix_output)
plt.show()
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
prediction was created by Clichy Bazenga. It is licensed under the terms
of the MIT license.
Credits
prediction was created with cookiecutter and the py-pkgs-cookiecutter template.
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
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 dsci_prediction-4.tar.gz.
File metadata
- Download URL: dsci_prediction-4.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.5 Darwin/21.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f93947a61f22dd4c71a8b879682462821ca6b28ae9b77c74356c96e69afe9f41
|
|
| MD5 |
995829a60d1b94d4c9cc5611119f8f70
|
|
| BLAKE2b-256 |
a493172bce2a9d3ed508521fb5ff261993ec278c74f9df29550081dd18b75929
|
File details
Details for the file dsci_prediction-4-py3-none-any.whl.
File metadata
- Download URL: dsci_prediction-4-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.5 Darwin/21.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
269395c37e2b6af4a350dc0b06fb8bd4acaf85a454fc095f9787c519b3bc0d2c
|
|
| MD5 |
aa671aa64a0633ce83d68ac998b480ae
|
|
| BLAKE2b-256 |
94180d833dd6597c89c06aec012f11dba7e206ea7a1142eacba0754095bbe986
|