Julian Fong

Results 23 comments of Julian Fong

> This might be a stupid answer, but have you tried running them locally on your computer? If this sounds like a stupid answer, I would appreciate a refresher, on...

I am facing a dataset type error when running tests through ProximityForest with param set ``` params2 = { "n_estimators": 3, "max_depth": 5, "n_stump_evaluations": 2, "backend": "threading", } ``` ```...

@fkiraly i'm seeing a strange error in one of the CI checks ``` FAILED sktime/classification/tests/test_all_classifiers.py::TestAllClassifiers::test_classifier_on_unit_test_data[SimpleRNNClassifier] - ValueError: 'a' cannot be empty unless no samples are taken ``` is this error...

Huh interesting, so we don't see any failures (so far) if we remove the `threading` parameter set. Maybe the next action item is to see if we can get a...

> > This might be a stupid answer, but have you tried running them locally on your computer? If this sounds like a stupid answer, I would appreciate a refresher,...

> yes, strange - have you double checked that your local code is the same as the remote code for the failing cases? > It should be - how I...

@fkiraly Hey Franz, I would like to contribute towards some of the GLMs with regression links, is there anything i need to do setup wise with skpro that is different...

As per #6645, looks like this sktime compatible format issue does not happen in `main`

@fkiraly @geetu040 @benHeid Just pinging to confirm whether or not this item is picked up yet. I would like to pick this issue up and create an interface for TimesFM

From my understanding - the package `timesfm` does not work on windows and mac because the required package `lingvo` is not available. Threads detailing the errors can be found here...