Theodore Vasiloudis

Results 27 comments of Theodore Vasiloudis

Gave it a shot today, but I think I want to clarify a couple of things. Is it OK to open a WIP PR to ask for help fixing a...

Thanks! And after creating the polynomials is there a way to convert to an oblivious ensemble using Python? I can see there's a [C++ API](https://github.com/catboost/catboost/blob/master/catboost/libs/monoforest/polynom.cpp#L233), but not sure if it's...

Hi @shiyu1994 I was trying to follow @guolinke tasklist from #2818 that had listed > remove data_size_t completely in code, directly used int64_t I can go back to simply changing...

Switched to simple substitution of the typedef for `data_size_t`. I'll try a few learning tasks and report back, if you have particular benchmarks you'd like to see please let me...

@shiyu1994 could you provide some guidance with resolving the Python/C API errors? Seems like some symbols are now missing, getting errors like: > E AttributeError: /home/AzDevOps_azpcontainer/.local/lib/python3.9/site-packages/lightgbm/lib_lightgbm.so: undefined symbol: LGBM_DatasetGetField I'm...

Hi, I'm no longer working on this project so feel free to pick it up. On Tue, Jun 14, 2022 at 1:05 AM Sinhrks ***@***.***> wrote: > Hi, is this...

To give some more details, eq. 6 from the paper: ![image](https://user-images.githubusercontent.com/9048995/31721725-7cb1bf82-b41a-11e7-92c5-46910a9ac332.png) uses the weights `w_i` aggregated over the forest for each observation. In Section 4 they prove the consistency of...

Hey @ltjds AFAIK after discussing with the original author this would be hard to do. One solution is to set this parameter to 2, which should avoid the increasing memory...

Hello @MechCoder, could you please explain why the storage of sample indices is needed at the leaf level? Looking at Algorithm 5.10 in @balajiln 's thesis I'm not able to...

Note that serving the same exact notebook through [Voila](https://github.com/voila-dashboards/voila/) works, but the interactive aspect of the webapp breaks (i.e. changing values/sliders in the interface has no effect on the output)....