Derek Wang

Results 3 comments of Derek Wang

Maybe we could do something like: ```python class CatBoostModel: def __init__(self): try: from catboost import *** except ModuleNotFoundError: print("Warning.") ``` But I feel like this is not elegant enough and...

Hi @lhw362950217 , same as hastagAB, I'm also very interested in contributing to the SQLFlow library. I wonder if the community have certain preferences regarding to the models, and what...

Hi team, I wonder if current remote backend can support edge features. It would be great if we can access edge features such as mult-iclass labels in the remote resources...