Balaika
Results
2
issues of
Balaika
Hi, Legend names are sometimes not passed when using frame option. ```r #This is working (without frame) plot_ly()%>%add_markers(1:3,2:4)%>%add_markers(1:3,2:4,name="New name") #This is not (with frame) plot_ly()%>%add_markers(1:3,2:4,frame=c(1,1,2))%>%add_markers(1:3,2:4,frame=c(1,2,2),name="New name") #This is working (with...
In treeshap.model_unified function, this line does not behave as expected if x is a data.table : ` x %as.data.frame%>%.[,colnames(x)%in%colnames(x)] a b 1 1 2 2 2 3 3 3 4...