Geena Kim
Geena Kim
I've followed the instruction for installing and installed nodejs using pip, but I do not have proper display. For example, instead of the graphics and GUI, I get truncated texts....
In the AudioEffectsChain, it's supposed to work when numpy array is an input since it sets up objects depending on the input format, however when I run the chain on...
If I do ```python from dmatrix2np import dmatrix_to_numpy x_test = xgboost.DMatrix(test_data_df) x_test_np = dmatrix_to_numpy(x_test) ``` I get ``` --------------------------------------------------------------------------- OSError Traceback (most recent call last) /tmp/ipykernel_23836/416855278.py in 1 from dmatrix2np...