this post was submitted on 22 Nov 2023
1 points (100.0% liked)
Machine Learning
1 readers
1 users here now
Community Rules:
- Be nice. No offensive behavior, insults or attacks: we encourage a diverse community in which members feel safe and have a voice.
- Make your post clear and comprehensive: posts that lack insight or effort will be removed. (ex: questions which are easily googled)
- Beginner or career related questions go elsewhere. This community is focused in discussion of research and new projects that advance the state-of-the-art.
- Limit self-promotion. Comments and posts should be first and foremost about topics of interest to ML observers and practitioners. Limited self-promotion is tolerated, but the sub is not here as merely a source for free advertisement. Such posts will be removed at the discretion of the mods.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks. Never heard of this but will look into it. My R skills are very dodgy but will try and understand.
Even though I work in developing alternate methods, I have to admit that their tutorials and vignettes are great. They also have a super reactive helpdesk. And of course, you have nice interpretable Bayesian hierarchical models, with great computational performance. If you want to noodle around with your data, give it a shot. I'm always praying them I should just work with them LOL
I will :) It is more of a learning exercise for me and this seems just like the kind of stuff I am looking for. There are many things in there that I probably do not know much about and it is a good learning opportunity :)
Cool ! By the way what kind of data do you have ? I actually work on spatio-temporal data
It is mostly traffic flow data across the UK highways. I am trying to use it to predict traffic flows. I have seen some tutorials using this with GNNs as well.
Also interested in adding weather and event data and other things that might affect flow. So looking into solutions that can handle multivariate data, deal with missing values and also be able to handle discrete/categorical as well as continuous feature variables.