Jakub Bartczuk

Results 33 issues of Jakub Bartczuk

Do you have any logs from training or plots of learning curves? I'm interested in reproducing your model in different tools, and it would be helpful to compare metrics as...

I followed the instruction (tried installing using package-install, and require, but after adding jupyter to org-babel-load-languages I get ``` Warning (initialization): An error occurred while loading ‘/home/kuba/.emacs.d/init.el’: File is missing:...

Since you were unresponsive for #2 , and dataset is CC anyway, I decided to just go ahead and upload it to data.world where it is easy to obtain download...

Is there a way to compile fastFM using different OpenBLAS than what you've specified? I have problems with compiling using OpenBLAS you've provided

I don't see support for returning leaf indices for an object, like with XGBoost's `pred_leaf` option. In principle this should be possible since your search algorithm does that implicitly (right?)...

I run `interpret` in GCP Jupyter and ``` ebm_global = ebm.explain_global() show(ebm_global) ``` Doesn't show anything. The simplest method to sidestep this would be to call some method that just...

Is there a way to fetch topic information when searching for repositories, as it is possible by calling API with adding "Accept": "application/vnd.github.mercy-preview+json" headers? For example, how to add this...

Loading FastText using gensim.downloader returns KeyedVectors object. Why is that? In the model name (fasttext-wiki-news-subwords-300) it seems like it should be able to use algorithm's ability to encode OOV words,...

bug

In "Our pretrained networks" you wrote a command, that, when run, tries to download SfM-120k dataset, which is huge (>50GB). Why does that happen? I don't see where would it...

I've added following changes: - use sparse matrices. This allows for loading bigger graphs, way bigger than it was possible using dense matrices - setup.py was added and lorentz module...