GitXplorerGitXplorer
m

type_infer

public
17 stars
7 forks
6 issues

Commits

List of commits on branch staging.
Unverified
245d2b44b626b4f75d5a187692dda3baf83e2cb8

version bump: 0.0.20

ppaxcema committed 5 months ago
Verified
f50744d700c6c05503d23dbd2dfa2f0d5fe1b5ff

Merge pull request #65 from mindsdb/fix/nltk_output

ppaxcema committed 5 months ago
Unverified
4586025124eb99e998c475aedbd7f6da437e130a

suppress nltk output when downloading punkt

hhamishfagg committed 5 months ago
Unverified
fef7cd967f195eec9d45243bd3a8cacc33380bc0

version bump: 0.0.19

ppaxcema committed 6 months ago
Verified
86f80707302ec518c3a891f2f86a6db9cfbf6af2

Merge pull request #62 from mindsdb/enh/py3langid

ppaxcema committed 6 months ago
Unverified
f57e6453582cf20129c487119fcede38dbbbc974

replace langid with faster fork py3langid

ppaxcema committed 6 months ago

README

The README file for this repository.

MindsDB Type Infer

MindsDB

Automated type inference for Machine Learning pipelines.

In the context of tabular data, type_infer aims for optimal interpretation of each column’s data type for ML use cases. For example, strings with date or time format would be classified as timestamps, or integers as categorical if there is a sufficiently small set of unique values in the column.

Documentation

Documentation link