Frederick Boehm
Frederick Boehm
I really like the idea of having a collection of row_side plots, each with its own colour mapping, for annotating the heatmap. I want to implement this. Can you point...
Thank you, @Alanocallaghan! I'll check out the code that you've written and see how I might contribute. Thanks again!
Hi, Is it possible to save heatmaps with plotly::orca()? I have been unable to succeed in this task. ``` mtcars %>% as.matrix() %>% main_heatmap() %>% plotly::orca(file = "foo.svg") ``` The...
Thanks, @mschilli87! Do you know which package contains the `as.plotly` function? It looks like it is not exported from iheatmapr or plotly. Thanks!
Thank you, @mschilli87! I will check out the R code for the function plotly::orca. Thanks again!
Thank you @mschilli87! I'll use your code and see if I can extend it. Thanks again!!
I misunderstood the use of python's import command. I see now that the repository contains a file, datasets/datasets.py that specifies the code for GetDataset. I apologize for my confusion.
I'm now getting this error when trying to run the same code. --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in 31 32 # load the dataset ---> 33 X, y...
I see now that sklearn.preprocessing.Imputer is deprecated in current versions of sklearn.
Current versions of sklearn have sklearn.impute.SimpleImputer. I imagine that the code in the jupyter notebooks should be updated to reflect this.