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)

Further examples are available on the ICPExamples GitHub page:

https://github.com/nicholastoddsmith/ICPExamples

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

Uploaded Source

File details

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

File metadata

  • Download URL: ICPOptimize-1.6.tar.gz
  • Upload date:
  • Size: 125.9 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.6.tar.gz
Algorithm Hash digest
SHA256 d6ec84eade8bdcc7033be52b1925c452de952d4e7fb21f36ad95af4d08bed1ee
MD5 6f39a1ce0f05f8c4f7f2d215cb0b107a
BLAKE2b-256 c573dc3be1db1c16e947fea16d3c97eb85c091e2b4a3da95b3fcbbc360871295

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