Skip to main content

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


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.3.tar.gz (123.7 kB view details)

Uploaded Source

File details

Details for the file ICPOptimize-1.3.tar.gz.

File metadata

  • Download URL: ICPOptimize-1.3.tar.gz
  • Upload date:
  • Size: 123.7 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

Hashes for ICPOptimize-1.3.tar.gz
Algorithm Hash digest
SHA256 fa9177d3bd26c5f2637a9558d467ad2538c33e41ca7df034ba3ad7aef8c9c13d
MD5 4a9d81cc46439fb2fb66546a721b63c8
BLAKE2b-256 a6395185eb11642480868b8d6b805afd9fc6c9d76c7f2bbb2bc833a3a0202c7a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page