miguelborrero5
miguelborrero5
Hi there, Opening this issue to see whether I could get some help with making Reverse mode in autodiff work. I made it work on trivial examples, even containing conditional...
``` ERROR: Unsatisfiable requirements detected for package Distributions [31c24e10]: Distributions [31c24e10] log: ├─possible versions are: 0.16.0 - 0.25.114 or uninstalled ├─restricted by compatibility requirements with RegressionTables [d519eb52] to versions: [0.16.0...
I’m trying out different solvers for my problem which requires evaluation of non-linear constraints. Currently I’m trying NLopt thought Optimization in particular LD_CCSAQ solver. However, its taking forever across iterations...
Hi @stevengj, in first place, thanks for the nice package. I am exploring it for my application where I need to fit an array of data points on a pre-specified...
**High level description** `reg` ignores `contrasts` base setting for a particular categorical variable if this variable is interacted with some other regressor. **MWE** ``` df = DataFrame(y = rand(100), x1...
**High level description** `lm` ignores `contrasts` base setting for a particular categorical variable if this variable is interacted with some other regressor. **MWE** ``` using DataFrames, CategoricalArrays, GLM df =...