Andrew Rainboldt
Andrew Rainboldt
Hi, Great package. I was considering attempting something similar, but was very grateful to find your implementation! I'm modelling data that is generally periodic and trending but is heteroskedastic and...
I keep getting this response regardless of the prompt: ``` (engineer-py3.10) oem@weathertop-alpha:~/repos/engineer$ gpt-engineer projects/scraper gpt-3.5-turbo Areas that need clarification: 1. What specific instructions am I not supposed to carry out?...
Is there a decorator that can be used to register arbitrary functions so that they can be used with the pta.Strategy API? I'm thinking something like this: ```python import pandas_ta...
### **How to deal with high cardinality** Thanks to all the devs working on `pgmpy`. It's a great package from which I have learned a lot. I've got a more...
Hi, Great package. I really enjoy using it! I'm working on a project with datasets where the number of variables is 3000+ for which a bayesian network would be ideal...
Estimate refutation throws the following error: PicklingError: logger cannot be pickled ``` from dowhy.causal_model import CausalModel import networkx as nx import pandas as pd import numpy as np edge_list =...
This code produces an indexing error when calling the conditional independence test method via the `graph_refute` method. ``` from dowhy.causal_model import CausalModel import networkx as nx graph_df = pd.DataFrame(np.random.binomial(2, [.2,.3,.2,.5],...
Hi, I've looked through the documentation but I can't seem to find if the data shown in the link below is available via the API: https://data.census.gov/table?q=Renter+Costs&g=0100000US$04000$001_040XX00US01&y=2022 Any ideas? Thanks
Hi, Thanks a lot for the package. I've been using it for a couple years and it's great! I'm refactoring a project and would like to be able to submit...