Sebastian Daza

Results 12 issues of Sebastian Daza

Thanks for your great workflow. It would be nice if one could export a citation to BibTeX format. For instance, to get something like this when selecting a reference: @book{plato1945republic,...

Hello, Thanks for the great package! I am new to recommendation systems, and I wonder how could I model and specify negative implicit feedback using LightFM: - In my problem,...

Should I change something? I am getting an error: No web processes running. Thanks!

If I use cmd+d to complete a task and move the cursor up or down, the task becomes uncompleted.

invalid

I am trying to create a dynamic left menu (header), but the items are listed downward instead of to the right. I guess it has to do with the `tagList`...

Is there any possibility to add a document specific configuration so that document A sends code to the terminal, and document B sends code to R. Thanks!

For instance: `parallel::clusterEvalQ(cl, {library(mice); library(miceadds)})`

Apparently, I cannot use a function such as `1/(1 + exp(-x))` in the contrast command. ``` set.seed(1) age

Hello, I am trying to estimate [SHAP values](https://github.com/slundberg/shap) from a neural network model (Keras) that is estimated using petastorm (specifically, `make_tf_dataset` from a spark df). Here is an example: ```...