zlacker

[parent] [thread] 4 comments
1. koyani+(OP)[view] [source] 2022-10-20 02:19:36
Very interesting architecture. Article mentions XGBoost but what if I want to run another kind of algorithm? How does PostgresML support that use case?
replies(2): >>sanxiy+a4 >>levkk+9a
2. sanxiy+a4[view] [source] 2022-10-20 03:09:09
>>koyani+(OP)
You would need to add support to PostgresML. It doesn't seem to have an extension mechanism, maybe in the future. It seems easy enough, and you can use any Python libraries through Rust's PyO3 binding. PostgresML includes an example using HuggingFace transformers.
replies(1): >>koyani+Y8
◧◩
3. koyani+Y8[view] [source] [discussion] 2022-10-20 03:57:14
>>sanxiy+a4
That makes sense. Thanks.
4. levkk+9a[view] [source] 2022-10-20 04:14:25
>>koyani+(OP)
We have LightGBM also. The entire Scikit library is available (although via a Python wrapper) and a couple algorithms from Linfa (a Rust Scikit rewrite). We will be adding more algorithms and move to Rust entirely for v3.0.
replies(1): >>koyani+ya1
◧◩
5. koyani+ya1[view] [source] [discussion] 2022-10-20 13:46:04
>>levkk+9a
Very cool.
[go to top]