-
Hello, first and foremost, thank you for creating this library!
I may have found a bug, but I also found a workaround / solution and thought I'd share it here.
TL;DR: When using `TensorField` whil…
-
Currently, our Dask estimators match the input type but it would be nice to also allow the output type fo be configured, like the single-GPU models, so that a user could train on a `dask.dataframe` an…
-
When classifiers for outlier detection are used in the Voting Classifier(voting type-hard), the following error occurs.
```
Traceback (most recent call last):
File "voting.py", line 58, in
…
-
I have run the code for ETTh2 dataset as mentioned in the paper for 500 epochs and have obtained the pickle file as output.
I am trying to get the plot of prediction v/s ground truth as mentioned in …
-
Multiple requests have been made to enable bias correction in box-cox and logarithm transformation (the latter being a special case).
A reference for that is here: https://otexts.com/fpp2/transform…
-
I'm having trouble reading the data flow of the block diagram presented in the Review section. I did some self-study to try and understand it but so far with little success.
When trying to read it…
-
Dear @lululxvi and team,
I recently used the pinn library to solve the odes parameter prediction problem. In order to verify the applicability of my
equation, I assumed unknown parameters, and the…
-
您好,我看到论文中使用本方法生成的深度图数据集,或者其他公开的深度图数据集作为训练数据,训练了几个深度估计模型,并在几个水下真实场景的深度数据集上进行了测试。
我有一个细节问题想请教一下,不同深度数据集的设置可能不同,深度数据的范围也可能会有所差异,请问在训练和测试的时候需要对深度数据进行归一化之类的处理嘛?
非常感谢!
-
Thanks for sharing, I have a question about the parameters, what does the Initial parameter refer to in this image
![321282217-9a992852-f7e6-4ca1-b9fc-a0a993c7fe81](https://github.com/user-attachment…
-
**TLDR: How can I do inverse transform using TransformerChain?**
When applying a preFeaturizer on the target column
`var logTransformer = mlContext.Transforms.NormalizeMinMax("Label",fixZero:true)…