Luca Zavarella

Results 25 issues of Luca Zavarella

Hi, the node labels often overlap and are unreadable. Is there a way to avoid they overlap? Thanks.

I'm trying to change the color of the time-series line in a plot I get using the `plot_modeltime_forecast()` function. In the help of the function I read I can also...

I'm working on Windows 10, and using RStudio version 1.4.1717 and DT version 0.18. I'm simply testing this code: ``` library(DT) datatable(iris) ``` Nothing is rendered on the Viewer.

I'm trying to get the reference to a ML workspace from a compute instance. I'm using the following code ``` auth AuthenticationException: AuthenticationException: > Message: Could not retrieve user token....

I'm importing the [Kaggle cars dataset](https://www.kaggle.com/CooperUnion/cardataset/data) from an Azure Blob Storage. ``` dstore

`inference_config()` should check if the `source_directory`/`entry_script` inference file exists before starting the model deployment. Sometimes you relize you used a wrong name only after the deployment run fails.

proposal

I can't find a way to get also Std Residuals in a crosstab generated with the following code: ``` dataset_url

I'm inserting duplicated rows in a SQL Server table. If I use `dbAppendTable`, I'm getting a meaningless "[0]" as result. If I use `dbWriteTable` with `append = TRUE`, I'm getting...

mssql

Hi, first of all, this package is really great! 🥇 When I render a graph having lot of nodes with `render_graph(gr, output = "visNetwork")` some nodes don't stop to move....

Type: ★ Enhancement
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High

I came across the following case: [Pyomo solver.solve stuck for big problem using cbc](https://github.com/Pyomo/pyomo/issues/2429) it was found that the timeout parameter provided via Pyomo to CBC was causing the freeze....