Kleber

Results 3 comments of Kleber

Sorry to step into this PR. I was just curious to know if you guys have plans to merge this PR soon. ML.NET 1.5.1 has some fixes I was interested...

@ganik, I run into some problems regarding handling of categorical features in LightGBM. I looked around in ML.NET repo and found fixes for that in later versions (https://github.com/dotnet/machinelearning/pull/5048) The error...

Do you see any potential issues if we solve this by changing this part https://github.com/feast-dev/feast/blob/19aedc2ed4893eab60af57e48af8b2602755e43e/sdk/python/feast/infra/online_stores/redis.py#L218 to be like: ```python if prev_ts.seconds and event_time_seconds < prev_ts.seconds: ``` The only issue I...