diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..8b91177 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!dbt_linreg.iml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 1a4eef3..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - { - "associatedIndex": 0 -} - - - - - - - - - - - - 1727876512068 - - - - - - - - diff --git a/README.md b/README.md index 626a4d5..2ade97f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Reasons to use **dbt_linreg**: - 🤗 **User friendly:** The API provides comprehensive feedback on input errors. - 💪 **Durable and tested:** Everything in this code base is tested against equivalent regressions performed in Statsmodels with high precision assertions (between 10e-6 to 10e-7, depending on the database engine). +_Note: If you enjoy this project, you may also enjoy my other dbt machine learning project, [**dbt_pca**](https://github.com/dwreeves/dbt_pca)._ 😊 + # Installation dbt-core `>=1.2.0` is required to install `dbt_linreg`.