Mathieu Guillame-Bert

Results 48 comments of Mathieu Guillame-Bert

Hi Jose, I am not an expert here. For the sake of interest, can you describe a bit more what and the use of this prior? The RF model is...

Hi Jose, Thanks for the explanation :). (If I understand correctly), I think there might be better ways to achieve the same result. Here are some details: All the learning...

Hi, Following is a copy of the email exchange and the follow-up. **Email answer:** YDF supports float32 (called NUMERICAL) and int16 (called DISCRETIZED_NUMERICAL) representation for numerical features. While they are...

Hi Jose, I'm replying here with what might be valuable to other users. I'll reply to your email with specifics. Here are some initial thoughts on how to speed-up the...

Hi @geraldstanje, This looks awesome, and I would like to have it submitted :). However, before that, I think there is few design choices that could be brainstormed about. For...

Hi, Yes, such work should be done in multiple PRs. However, this one is probably not one of them as the final project might be implemented very differently. While this...

Hi Jose, There are different reasons and different solutions to train multiple models on the same (or similar dataset). Can you give details of your objective? For example, if you...

>> I assume the new dataset would be only the small extra training examples. This will depend on your problem, the size of the dataset and the type of learning...

Hi, Let me answer the individual questions. > Lets say I want to continuously read the inference input data from stdin - I only need to load model and initialized...

> thanks for all the infos - do you have any examples using StreamProcessor / Channels with YDF c++ API? Happy to help :). [Here](https://github.com/google/yggdrasil-decision-forests/blob/main/yggdrasil_decision_forests/utils/concurrency_test.cc#L43) is an example. > Yggdrasil...