File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed
Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
99 doc_build :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : write
1113
1214 steps :
1315 - name : checkout and set up
Original file line number Diff line number Diff line change 1- # dataprep_ml
1+ # MindsDB - ` dataprep_ml `
22Data utilities for Machine Learning pipelines.
33
4+ <h1 align =" center " >
5+ <img width="300" src="https://github.com/mindsdb/mindsdb_native/blob/stable/assets/[email protected] ?raw=true" alt="MindsDB"> 6+ <br>
7+
8+ </h1 >
9+ <div align =" center " >
10+ <a href="https://github.com/mindsdb/dataprep_ml/actions/workflows/python-package.yml"><img src="https://github.com/mindsdb/dataprep_ml/actions/workflows/python-package.yml/badge.svg?branch=stable" alt="DataprepML workflow"></a>
11+ <a href =" https://www.python.org/downloads/ " target =" _blank " ><img src =" https://img.shields.io/badge/python-3.8.x|%203.9.x-brightgreen.svg " alt =" Python supported " ></a >
12+ <a href =" https://badge.fury.io/py/dataprep-ml " ><img src =" https://badge.fury.io/py/dataprep-ml.svg " alt =" PyPI version " height =" 18 " ></a >
13+ <img alt =" PyPI - Downloads " src =" https://img.shields.io/pypi/dm/dataprep-ml " >
14+ <a href="https://join.slack.com/t/mindsdbcommunity/shared_invite/zt-o8mrmx3l-5ai~5H66s6wlxFfBMVI6wQ" target="_blank"><img src="https://img.shields.io/badge/[email protected] ?logo=slack " alt="MindsDB Community"></a> 15+ </br>
16+
17+ <h3 align =" center " >
18+ <a href="https://www.mindsdb.com?utm_medium=community&utm_source=github&utm_campaign=mindsdb%20repo">Website</a>
19+ <span> | </span>
20+ <a href="https://mindsdb.github.io/dataprep_ml/">Docs</a>
21+ <span> | </span>
22+ <a href="https://join.slack.com/t/mindsdbcommunity/shared_invite/zt-o8mrmx3l-5ai~5H66s6wlxFfBMVI6wQ">Community Slack</a>
23+ <span> | </span>
24+ <a href="https://github.com/mindsdb/mindsdb/projects">Contribute</a>
25+ <span> | </span>
26+ <a href="https://mindsdb.com/hacktoberfest">Hacktoberfest</a>
27+ </h3 >
28+
29+ </div >
30+
431
532## Submodules
633
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dataprep-ml"
3- version = " 0.0.22 "
3+ version = " 0.0.23 "
44description = " Automated dataframe analysis for Machine Learning pipelines."
55authors = [
" MindsDB Inc. <[email protected] >" ]
66license = " GPL-3.0"
@@ -17,7 +17,7 @@ scipy = ">=1.7.3"
1717type-infer = " >=0.0.16"
1818dataclasses-json = " ^0.6.3"
1919colorlog = " ^6.5.0"
20- pydantic = " ^1.10.9 "
20+ pydantic = " * "
2121
2222[tool .poetry .dev-dependencies ]
2323pytest = " ^7.4.0"
You can’t perform that action at this time.
0 commit comments