Filippo Pellegrino
Filippo Pellegrino
Hi, is it possible to run a subsection of these versions of CCA on GPU? If so, would you please write down a short example?
Add a simple implementation to handle state space models with diffuse initial conditions.
Hi, I am trying to use ```@turbo``` to loop over a list of integers. Naive implementations such as ```julia @turbo for i in [1,10,15] # do something end ``` do...
I am trying to use VLine / VBand on a line chart with dates on the x-axis. However, following the example in the documentation I get the error message: ```ERROR:...
I am getting a ```InexactError: trunc(Int32, 8431957686)``` error while saving a large BSON. I was wondering if you know what could be causing it and how to get around it....
Hi, I have noticed that trying to convert a numpy array containing `None` to a `Matrix{Union{Missing, Float64}}` does not work smoothly. Indeed, it gives the following error: `TypeError('must be real...
Hi, Q1: I have seen that this package supports multi-class problems. I was wondering if there is also a way to use it for multi-target regression problems. For instance, if...
Hi, I can't seem to find the documentation for creating custom stopping criteria (ideally for ensembles) and loss functions. Could you please point me in the right direction? Thanks!
Hi, I am trying to replicate [this](https://scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html) in Julia. What is the correct datatype for `y`? Would `Vector{Vector{Float64}}` work as intended?
Hi, I have written a small piece of code that generates multivariate real-time vintages merging ```FredData.jl``` output and unrevised data (stored in an Excel file). I am unsure on whether...