type_infer icon indicating copy to clipboard operation
type_infer copied to clipboard

Type inference for Machine Learning pipelines

Results 10 type_infer issues
Sort by recently updated
recently updated
newest added

### Short description of current behavior I am using a postgres database with a money column that has several different values. But mindsdb (or lightwood) infers it as categorial input....

bug

Consider using Dask, Ray, etc.

enhancement

Column `L1` in [this dataset](https://app.surgehq.ai/datasets/financial-transactions-intent-and-expense-category) is inferred as `short_text` but should probably be reported as categorical instead.

enhancement

The current implementation of `type_infer` is not suitable to be used in distributed compute environments (i.e. non-scalable); currently, `type_infer` can only be executed in a single node and needs to...

enhancement

Right now, documentation is in a very preliminar and rough state. Any help towards making it easier to understand the codebase and the purpose of the package will be of...

documentation
enhancement
good first issue
help wanted

Important logic, we should unittest it with real-world examples and generated data

good first issue
help wanted

The current rule-based approach is failing to recognize a tag-filled column when it contains a large number of unique tags. Additionally, it should be robust to additional separators or formatting,...

enhancement