File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 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+ - pytest-runner
17+ run :
18+ - python
19+ - scikit-learn
20+ - pandas
21+ - numpy
22+
23+ test :
24+ imports :
25+ - lazypredict
26+
27+ about :
28+ home : https://github.com/shankarpandala/lazypredict
29+ summary : ' Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning'
30+ license : MIT
31+ license_family : MIT
32+ license_file : LICENSE
33+
34+ extra :
35+ recipe-maintainers :
36+ - shankarpandala
You can’t perform that action at this time.
0 commit comments