Frank

Results 31 issues of Frank

Can the TFT model deal with missing time data? I have some raw data that losses some timestamps. So the datetime is not always continuous. Can the TFT in pytorch-forecasting...

I am training a xgboost model with multiple inputs and outputs. The output feature_dim of the model is 11. Then I use d4p to accelerate the trained model to improve...

bug

For example, I want to use "number_crossing_m" to a column named "x1". So I have to set a parameter "m" to it. However, for the param "m", I want to...

bug

I build a keras model and save it as onnx form. I use tf2onnx to convert the model. ``` model_input_signature = [ tf.TensorSpec(np.array((None, 3)), name='input'), ] output_path = "./save_for_mpc/" +...

The cvxpylayer uses the Cvxpy form of objective function as its objective in the problem, such as: ``` objective = cp.Minimize(0.5 * cp.pnorm(A @ x - b, p=1)) problem =...

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Branch name main ### Commit ID newest ### Other environment information...

bug

When run the main.py file, it shows errors: ``` Traceback (most recent call last): File "main.py", line 500, in QuEStApp().run() File "/home/lk/.pyenv/versions/anaconda3-2020.02/envs/rlai/lib/python3.7/site-packages/kivy/app.py", line 954, in run self._run_prepare() File "/home/lk/.pyenv/versions/anaconda3-2020.02/envs/rlai/lib/python3.7/site-packages/kivy/app.py", line...

If I want to add some contraints or expert experience as prior during the data imputation process, can transdim do this?

I have non-random missing values of about 50% orginal values with 5 feature. I try to use LRTC-TNN to restore the missing values, however, it shows LinAlgError: SVD did not...

Thank you for the great work. But when I debugging the example file, I find that the last 24 rows of target (power_usage) in data_input have the same value of...