dbt-ml-preprocessing
dbt-ml-preprocessing copied to clipboard
A SQL port of python's scikit-learn preprocessing module, provided as cross-database dbt macros.
This PR is just for code consideration. I have been using sqlfluff as a linter and am finding sometimes sqlfluff will lint the compiled code instead of the source code....
Following a recent [Slack thread](https://getdbt.slack.com/archives/C024L0CBZ0B/p1647028953089819), logging an issue to gauge interest in supporting SQL-based interpolation. Votes/comments appreciated.
I'd be interested to see an extension of this project to incorporate more ML-driven preprocessing into the pipelines. Thinking things such as PCA, K-means, Bayesian classifiers. Is this a direction...
Either I'm wrong and version 1.2.0 is not released yet/forgotten to bump version, or it was meant to be 1.1.0
I have been working with the one_hot_encoder macro on a feature store and I came across a bug when using it. ## Bug The bug that I encountered was that...
In reviewing #4, I echo @comaraDOTcom's sentiment when they say they'd be "more inclined to use the output of the macro as a CTE and select a subset of cols...
I'm working to make the `one_hot_encoder` macro compatible with Azure SQL and Azure Synapse. The compiler is having takes issue with line 93 because there is no boolean datatype in...
Hi, I just tried to use this package and have noticed a couple of bugs, unresolved issues opened for several years, unaddressed opened pull requests also, and the last commit...