-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmeta.yaml
114 lines (108 loc) · 2.95 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{% set version = "0.84.0" %}
package:
name: evalml-core
version: '{{ version }}'
source:
url: https://pypi.io/packages/source/e/evalml/evalml-{{ version }}.tar.gz
sha256: c1c0c547676a4ae01c9134eaca45a056c4bd4deba34fab80bab3a6f5e1b52260
build:
number: 0
outputs:
- name: evalml-core
build:
entry_points:
- evalml = evalml.__main__:cli
noarch: python
script: build_script.sh
requirements:
host:
- python >=3.9, <=3.11
- pip
run:
- numpy >=1.22.0
- pandas >=1.5.0, <2.1.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0
- scikit-learn >=1.3.2
- scikit-optimize >=0.9.0
- statsmodels >=0.12.2
- colorama >=0.4.4
- cloudpickle >=1.5.0
- click >=8.0.0
- shap >=0.45.0
- texttable >=1.6.2
- woodwork >=0.22.0
- featuretools >=1.16.0
- nlp-primitives>=2.9.0
- python >=3.9.*
- networkx >=2.7
- category_encoders >=2.2.2, <=2.5.1.post0
- python-graphviz >=0.13
- tomli >=2.0.1
- packaging >=23.0
- black[jupyter] >=22.3.0
- holidays >=0.13
- distributed >=2022.2.0, !=2022.10.1
test:
imports:
- evalml
requires:
- pytest >=6.2.5
- nbval ==0.9.3
source_files:
- evalml/*
- pyproject.toml
commands:
- pytest evalml/tests -n 8 --ignore evalml/tests/automl_tests/parallel_tests/ --has-minimal-dependencies
- name: evalml
build:
noarch: python
requirements:
run:
- '{{ pin_subpackage("evalml-core", max_pin="x.x.x.x") }}'
- plotly >=5.0.0
- python-kaleido >=0.2.0
- matplotlib-base >=3.3.3
- seaborn >=0.11.1
- ipywidgets >=7.5
- xgboost >=1.7.0.post0
- catboost >=1.1.1
- lightgbm >=4.0.0
- lime >=0.2.0.1
- python >=3.9.*, <=3.11
- imbalanced-learn >=0.11.0
- sktime >=0.21.0, <0.29.0
- pmdarima >=1.8.5
test:
imports:
- evalml
requires:
- pytest >=7.1.2
- nbval >=0.9.3
- python-graphviz >=0.8.4
- category_encoders >=2.2.2, <=2.5.1.post0
- pytest-xdist
source_files:
- evalml/*
- pyproject.toml
commands:
- pytest evalml/tests -n 8 --ignore evalml/tests/automl_tests/parallel_tests/ --is-using-conda
about:
doc_url: https://evalml.featurelabs.com/
dev_url: https://github.com/alteryx/evalml/
home: https://www.alteryx.com/open-source
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.
extra:
recipe-maintainers:
- machineAYX
- ParthivNaresh
- bchen1116
- chukarsten
- jeremyliweishih
- christopherbunn
- eccabay
- MichaelFu512
- ivanayx