Piero Molino

w4nderlust ·

uber/ludwig

Can we implement Ludwig for time forecasting classification ?

Hi Sutirtha,yes you can definitely do time series classification with Ludwig.Assuming your 621 columns are numbers at different times, you'll have to combine them in a single column with space delimiters. Like three columns with values 4, 2, 1 will become ...

uber/ludwig

Classification model not getting trained

help wanted

The performance is not intrinsic to a model, it depends on the dataset. The same model that is 90% accurate on one dataset can be 30% accurate on another, depending on the data.

That said, the size of the model comapred to the amount of data it is trained...

uber/ludwig

Prediction help

please read the docs. in particular the only_predictions parameter.

uber/ludwig

complex models for object detection?

question

Hi Pavan,We don't support that yet, we were thinking about adding an additional bounding box datatype with an output decoder, but it's not quite there yet. There are a bunch a specific projects that do only that, so if that's your use case you have plenty ...