File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-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+ 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
You can’t perform that action at this time.
0 commit comments