cruyffturn

Results 11 issues of cruyffturn

I think there is a little typo which gives the following error: TypeError: __init__() got an unexpected keyword argument 'mu' I checked the "mixture_gaussian_gibbs.py" example and I suggest the following...

Corrected "ieratioin" --- This change is [](https://reviewable.io/reviews/mogeng/iohmm/34)

Thank you for the open source. The verbose argument of minimize_proximal_gradient() of copt/proximal_gradient.py is not being used. It's a minor problem and not urgent.

The last line of the equation states: $\phi=\beta T x$. The T is defined as a transformation matrix, $\beta$ as a row vector and $x$ is a vector. The output...

stale

Thank you again for this remarkably fast library. In the celer_path the default value of prune is 0 while in Lasso, MultiTaskLasso, and GroupLasso it's set to 1 (True).

Hello, Is the HMM Knockoff sampler already implemented? If not can we write a custom knockoff sampler? Thank you!

I have came across this package from "Elements of Causal Inference". Thank you for your work! I have a question, is it possible to provide a custom conditional independence test?

When I'm running the [exercise 3](https://github.com/ray-project/tutorial/tree/master/tune_exercises/exercise_3_pbt.ipynb) after uncommenting the installation cell, I receive the following error: > --------------------------------------------------------------------------- > > ModuleNotFoundError Traceback (most recent call last) > > in ()...

Thank you for the package. The edge from pip3 to plc should be reversed. [1](https://www.bnlearn.com/research/sachs05/).

Hello, In the [api](https://glm-tools.github.io/pyglmnet/api.html), the regularization formulation is given as below: > \\mathcal{P}_2 = \\|\\Gamma \\beta \\|_2^2 \\ > \\mathcal{P}_1 = \\sum_g \\|\\beta_{j,g}\\|_2 The last summation is over g but...