dirk

Results 8 issues of dirk

``` Collecting pyflux Using cached pyflux-0.4.15.tar.gz (1.3 MB) Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packages (from pyflux) (1.19.5) Requirement already satisfied: pandas in /usr/local/lib/python3.7/dist-packages (from pyflux) (1.1.5) Requirement already satisfied: scipy...

Trying to install this in Google Colab with pip I get some issues After restarting the runtime, it cannot find the library ``` ERROR: pip's dependency resolver does not currently...

The fit function leads to a parameter error, maybe this has to do with different version of xgboost ``` Traceback (most recent call last): File "/home/dnachbar/python/lightgbm/xgbrank.py", line 32, in ranker.fit(X,...

when I run `gps_point = gps.point_estimate(np.array([1]))` I get this error ``` ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The...

I get this load error on chapter 5 ![Screenshot from 2024-05-20 10-36-45](https://github.com/matheusfacure/causal-inference-in-python-code/assets/13710688/71ff8112-bc84-4b5e-b35c-26ec4809be5a)

Importing bnlearn generates this error ``` [/usr/local/lib/python3.11/dist-packages/numpy/random/_pickle.py](https://localhost:8080/#) in ----> 1 from .mtrand import RandomState 2 from ._philox import Philox 3 from ._pcg64 import PCG64, PCG64DXSM 4 from ._sfc64 import SFC64...

I get this error when trying to pip install in colab ``` Collecting tree-influence Using cached tree_influence-0.1.7.tar.gz (386 kB) Installing build dependencies ... done error: subprocess-exited-with-error × Getting requirements to...

I am getting this error on colab when trying to load pax v2 model ``` ----> 5 tfm = timesfm.TimesFm( 6 hparams=timesfm.TimesFmHparams( 7 backend="gpu", 4 frames [/usr/local/lib/python3.11/dist-packages/timesfm/timesfm_base.py](https://localhost:8080/#) in __init__(self, hparams,...