Enzo
Enzo
awesome!
I just found this [interesting post ](http://matthewlincoln.net/2014/12/20/adjacency-matrix-plots-with-r-and-ggplot2.html), where shiny and ggplot2 are used to represent co-occurrence examples. Unfortunately, while it is a good static representation of the concept, it is...
I found it researching funnel charts but sadly there is no example of their funnels on their site :) I fully agree with you re: ambitious projects: I'm in the...
sounds a great library! Do you have any short term plans to implement it?
Apparently it has been deprecated 3 days ago. This message appears on top of the README: As this component is no longer in development inside Crowdstrike we are providing this...
@vnijs Have you seen the R Notebook as described here? http://blog.revolutionanalytics.com/2015/01/interactive-r-notebooks-on-powerful-cloud-hardware.html It refers to this github page, by the great fperez (ipython father) https://github.com/fperez/ipython-rkernel I haven't tried it yet, but...
rd3pie is now up and running here: https://github.com/smartinsightsfromdata/rd3pie Thanks for your help and beer example (reproduced in the package).
Same issue.
@wildart `predict` does not work for me. I've julia 1.7.1 and MultivariateStats v0.8.0. Using ``` Yte = predict(M, Xte) ``` I get ``` MethodError: no method matching predict(::PCA{Float64}, ::LinearAlgebra.Adjoint{Float64, Matrix{Float64}})...
@SylvainCorlay I have the same issue. I have OSX 10.14.16 & python 3.7.4 jupyterlab==1.1.4 notebook==6.0.1 ipykernel==5.1.2 ipython==7.6.1 ipywebrtc==0.5.0 I installed ipywebrtc and the extension with: ``` pip install ipywebrtc jupyter...