Thibault Vatter
Thibault Vatter
Since many R users create and work with Rstudio projects, do you think that it would make sense to also activate the plugin when openin `.rproj` files? And if no,...
How can I make vimpyter to use a python executable defined as python3_host_prog rather than the default python3 ?
Let's say that I have a C++ class myclass with a method `double loglik(const Eigen::MatrixXd& u)`. To expose this method in python, I have something like `.def("loglik", &myclass::loglik, "computes the...
Is the fact that the second line generates an error a bug or a feature? I'm not sure how to interpret this... ``` ftype(all.equal) s3_get_method(all.equal(1, 1)) ```
I'm trying to fit a vanilla Black-Scholes model as follows: ```python import numpy as np import pandas as pd import plotnine as pn import torch from kan import create_dataset device...
It is not an issue with this repo per se, but any idea where I could find the implementation of the method in the paper?
Is 3.11 really needed? I'm asking because AWS EC2 Neuron (e.g., using trainium or inferentia chips) Deep Learning AMI use Python 3.8. Are there some specific features from 3.11+ that...
### Problem description I am looking for details on your vine copula fitting and sampling algorithms. For context, I am one of the two developers/maintainers of [pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib), and I am...
## Context I have a setup file (e.g., IPython magic, display options for pandas, Seaborn visualization settings, etc) which I then import with the `%run` magic to avoid copy-pasting and...