Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mydev #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/ml/prep_encoding_splitting/covariate_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def model(dbt, session):
# dbt configuration
dbt.config(packages=["pandas","numpy","scikit-learn"])
dbt.config(packages=["pandas==1.5.3","numpy","scikit-learn"])

# get upstream data
data = dbt.ref("ml_data_prep").to_pandas()
Expand Down
2 changes: 1 addition & 1 deletion models/ml/prep_encoding_splitting/ml_data_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

def model(dbt, session):
# dbt configuration
dbt.config(packages=["pandas"])
dbt.config(packages=["pandas==1.5.3"])

# get upstream data
fct_results = dbt.ref("mrt_results_circuits").to_pandas()
Expand Down
4 changes: 4 additions & 0 deletions package-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
sha1_hash: efa9169fb1f1a1b2c967378c02b60e3d85ae464b