Francisco Merino-Casallo

Results 6 issues of Francisco Merino-Casallo

I have been using `torchmetrics.regression.MeanSquaredError` as the default loss function for my Torch Forecasting Models (TFMs). However, now I am interested in using a custom loss function `loss_fn` for my...

question

Hi there! :) First, thank you very much for developing Darts and making it open-source. I am currently trying to assess if several predictive models from Darts supporting past/future covariates...

question

I am unable to hide the `Finding best initial lr` message when calling the [`lr_find` method](https://github.com/unit8co/darts/blob/c3a611236690f0704ced6078982adf20b0a33886/darts/models/forecasting/torch_forecasting_model.py#L1111) associated with Darts' Torch `Forecasting Models`, such as `BlockRNNModel`: ![image](https://github.com/unit8co/darts/assets/469246/1e9a8603-72ec-44ef-b31c-0be04251b94d) Based on my understanding,...

question

## Description I am running a PostgreSQL server in a Docker container and using Secure TCP/IP Connections with SSL. In my `postgresql.conf` file, I include the following lines: ``` ssl...

## Description The _Guides to HUMAnN utility scripts_ section includes a broken link back to the _Configuration_ section when describing the `humann_config` utility: > Used for viewing and setting HUMAnN...

Hi @david-barnett! 👋 microViz has been very useful for Principal Coordinates Analysis (PCoA) as part of our metatranscriptomics workflows. Installing microViz would be even smoother if it were available through...

enhancement