devspatron

Results 6 issues of devspatron

**Describe the bug** platform used : node-js 14 i used the cinar/indicator-ts projectionOscillator function on node-js to calculate po and spo values for forex frxGBPUSD candleticks 15min chart Jul 29...

Hello machine learning engineers, i have tried to convert an xgboost regressor multi-output model trained on dataset shape=(1000, 210). on the python runtime the model prediction predicts the correct shape...

Hi fellow developers, i was working on a simple 3d regressor model and i used the following parameters **#my code extract:** ``` from mlprodict.onnxrt import OnnxInference import numpy import onnxruntime...

I tried to compute the projection oscillator for 15min frxGBPUSD candles, the total number of candles were 5000, in number. The projection oscillator returns negative values and values greater than...

with the following code how can i use tfp.math.psd_kernels.Polynomial, with feature_ndims=6, i ussually get an error , please help. code = class PolynomialKernelFn(tf_keras.layers.Layer): def __init__(self, bias_amplitude=0.0, slope_amplitude=1.0, shift=0.0, exponent=3.0, feature_ndims=1,...

hello fellow developers, it appears that the tf.keras and tfp.tfp.layers. are not compatible i have this code=" **num_inducing_points = 40 model = tf.keras.Sequential([ tf.keras.layers.InputLayer(input_shape=[1], dtype=x.dtype), tf.keras.layers.Dense(1, kernel_initializer='ones', use_bias=False), tfp.layers.VariationalGaussianProcess( num_inducing_points=num_inducing_points,...