Theodore Vasiloudis
Theodore Vasiloudis
Hi, I'm using jupytext to convert SparkMagic notebooks from ipynb to Python. SparkMagic notebook often have cells marked with the `%%local` magic that run locally, and `%%spark` that run on...
Hello, I'm wondering what's the correct way to define a custom struct datatype to be later used in a collective. I'm my case I have structs defined as: ``` MyStruct{...
[FAISS](https://github.com/facebookresearch/faiss/wiki/Binary-indexes) and I assume some other libraries include optimized algorithms for binary features (both exact like [Multi-Index Hashing](http://www.cs.toronto.edu/~norouzi/research/papers/multi_index_hashing.pdf) and approximate). I was wondering if there are any plans to include...
## 🚀 Feature Allow setting the execution context for the parameter cell (through the use of `%%` magic commands) ### Motivation Currently, the way that papermill injects the parameter cell...
Hello, in the Monoforest paper (end of Section 4) it is mentioned that it's possible to take a model trained in LightGBM and transform it to "to an ensemble of...
Aimed to address https://github.com/microsoft/LightGBM/issues/4804 and https://github.com/microsoft/LightGBM/issues/2818 This is a WIP PR to start work on allowing more than the ~2B data points that `int_32_t` allows for. For now I've simply...
With the current code structure, evaluation and saving of the models only happens when the `--no_earlystopping` is not provided. Ideally we would like some form of evaluation to happen even...
I'm going through the [Quantile Regression Forest](http://www.jmlr.org/papers/volume7/meinshausen06a/meinshausen06a.pdf) paper, and as far as I can tell, it offers no way to calculate a quantile prediction from a single tree, but rather...
Related to PR #180, issue #179 Hello @xhochy , I just tried serving a panel application through `jupyter-server-proxy` on a SageMaker instance (Tornado 6.0.4, jupyter-server-proxy 1.3.2, panel 0.9.5, bokeh 2.0.2)...
When setting up a personal token for Github access there's a large set of permissions that we could set. For this script to work, which are the minimal (strictly necessary)...