Skip to content

Commit 21a4049

Browse files
add conda recipe for lazypredict package
1 parent 3eeb495 commit 21a4049

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
package:
2+
name: lazypredict
3+
version: 0.2.13 # Replace with the actual version
4+
5+
source:
6+
url: https://pypi.io/packages/source/l/lazypredict/lazypredict-0.2.13.tar.gz # Replace with the actual URL
7+
8+
build:
9+
number: 0
10+
script: python -m pip install --no-deps --ignore-installed .
11+
12+
requirements:
13+
build:
14+
- python
15+
- pip
16+
run:
17+
- python
18+
- scikit-learn
19+
- pandas
20+
- numpy
21+
22+
test:
23+
imports:
24+
- lazypredict
25+
26+
about:
27+
home: https://github.com/shankarpandala/lazypredict
28+
summary: 'Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning'
29+
license: MIT
30+
license_family: MIT
31+
license_file: LICENSE
32+
33+
extra:
34+
recipe-maintainers:
35+
- shankarpandala

0 commit comments

Comments
 (0)