Python 3 Implementation of ICP and ICPRE
Project description
ICPOptimize
The Iterative Constrained Pathways Optimizer
Description
This repository contains implementations of both the Iterative Constrained Pathways (ICP) optimization method and the ICP Rule Ensemble (ICPRE). Further discussion about and motivation for the methods can be found on my blog:
nicholastsmith.wordpress.com/2021/05/18/the-iterative-constrained-pathways-optimizer/
Installation
Install via PyPi:
pip install ICPOptimize
PyPi Project:
https://pypi.org/project/ICPOptimize/
Examples
from ICP.Models import ICPRuleEnsemble
...
IRE = ICPRuleEnsemble().fit(A[trn], Y[trn])
YP = IRE.predict_proba(A)
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
ICPOptimize-1.4.tar.gz
(125.0 kB
view details)
File details
Details for the file ICPOptimize-1.4.tar.gz
.
File metadata
- Download URL: ICPOptimize-1.4.tar.gz
- Upload date:
- Size: 125.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7b58f467c91bba9fb13586ee6105e60172fd0325be8f60289800448f099c192 |
|
MD5 | bc9d2f8aaa45295a4fc08fbed52963dd |
|
BLAKE2b-256 | 8fdc45db0ba4e15ee3892370b72bbcdc0097033530569389cf884a632988e52b |