-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add (optional) dependencies of newer tpot #4708
Changes from 3 commits
6831800
073ce15
7584283
723072e
a1c32a9
8e55858
0935b13
bad2003
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{% set name = "scikit-MDR" %} | ||
{% set version = "0.4.4" %} | ||
{% set sha256 = "fc4e6710c7ac7a63c55641773388e43cc75bbe19f8d946bb8ac09eadb7d9eb2e" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
fn: {{ name }}-{{ version }}.tar.gz | ||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 0 | ||
script: python setup.py install --single-version-externally-managed --record record.txt | ||
|
||
requirements: | ||
build: | ||
- python | ||
- setuptools | ||
run: | ||
- matplotlib | ||
- numpy | ||
- python | ||
- scikit-learn | ||
- scipy | ||
|
||
test: | ||
imports: | ||
- mdr | ||
|
||
about: | ||
home: https://github.com/EpistasisLab/scikit-mdr | ||
license: MIT | ||
license_family: MIT | ||
license_file: LICENSE | ||
summary: | | ||
A sklearn-compatible Python implementation of Multifactor Dimensionality | ||
Reduction (MDR) for feature construction. | ||
|
||
description: | | ||
MDR is an effective feature construction algorithm that is capable of | ||
modeling higher-order interactions and capturing complex patterns in data | ||
sets. | ||
|
||
MDR currently only works with categorical features and supports both binary | ||
classification and regression problems. We are working on expanding the | ||
algorithm to cover more problem types and provide more convenience features. | ||
doc_url: http://simplejson.readthedocs.io/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. got it |
||
dev_url: https://github.com/EpistasisLab/scikit-mdr | ||
|
||
extra: | ||
recipe-maintainers: | ||
- bollwyvl |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{% set name = "skrebate" %} | ||
{% set version = "0.4" %} | ||
{% set sha256 = "e7311e2ef54461a2d6df4ac4c81d74dec9e71ccd02040bc7fadb3a5221225cc2" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
fn: {{ name }}-{{ version }}.tar.gz | ||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also possibly There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also works locally |
||
number: 0 | ||
script: python setup.py install --single-version-externally-managed --record record.txt | ||
|
||
requirements: | ||
build: | ||
- python | ||
- setuptools | ||
run: | ||
- numpy | ||
- python | ||
- scikit-learn | ||
- scipy | ||
|
||
test: | ||
imports: | ||
- skrebate | ||
|
||
about: | ||
home: https://epistasislab.github.io/scikit-rebate | ||
license: MIT | ||
license_family: MIT | ||
# TODO: upstream a PR to add LICENSE to MANIFEST.in | ||
# license_file: LICENSE | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please submit the PR and list it as a comment in this recipe. Also: conda-forge.github.io/docs/meta.html#packaging-the-license-manually There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR! |
||
summary: | | ||
A scikit-learn-compatible Python implementation of ReBATE, a suite of | ||
Relief-based feature selection algorithms for Machine Learning. | ||
description: | | ||
These algorithms excel at identifying features that are predictive of the | ||
outcome in supervised learning problems, and are especially good at | ||
identifying feature interactions that are normally overlooked by standard | ||
feature selection methods. | ||
doc_url: https://epistasislab.github.io/scikit-rebate | ||
dev_url: https://github.com/EpistasisLab/scikit-rebate | ||
|
||
extra: | ||
recipe-maintainers: | ||
- bollwyvl |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{% set name = "stopit" %} | ||
{% set version = "1.1.1" %} | ||
{% set sha256 = "d879a892e6c0d524763b8bf20831a78311d86ea59ec199ec551abf3f494b0708" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
fn: {{ name }}-{{ version }}.tar.gz | ||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Possibly There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. works locally |
||
number: 0 | ||
script: python setup.py install --single-version-externally-managed --record record.txt | ||
|
||
requirements: | ||
build: | ||
- python | ||
- setuptools | ||
run: | ||
- python | ||
- setuptools | ||
|
||
|
||
test: | ||
imports: | ||
- stopit | ||
|
||
about: | ||
home: https://pypi.python.org/pypi/stopit | ||
license: GPL-3.0 | ||
license_family: GPL | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you submit an issue upstream asking them to include a license file in the source distribution and put a link to the issue as a comment here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR! |
||
summary: | | ||
Raise asynchronous exceptions in other thread, control the timeout of | ||
blocks or callables with a context manager or a decorator | ||
description: | | ||
This module provides: | ||
- a function that raises an exception in another thread, including the | ||
main thread. | ||
- two context managers that may stop its inner block activity on timeout. | ||
- two decorators that may stop its decorated callables on timeout. | ||
dev_url: https://github.com/glenfant/stopit | ||
|
||
extra: | ||
recipe-maintainers: | ||
- bollwyvl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be
noarch: python
?http://conda-forge.readthedocs.io/en/latest/meta.html#building-noarch-packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works locally!