python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Visualize linear Regression in Plotly
I'm trying to create an interactive plot for my linear regression analysis, as it can be seen on: https://plotly.com/r/ml-regression/#linear-regression-with-r
Below my model, I hope this is the correc...
Tamara Traub
Votes: 0
Answers: 1
Swin Transformer attention maps visualization
I am using a Swin Transformer for a hierarchical problem of multi calss multi label classification. I would like to visualize the self attention maps on my input image trying to extract them from the ...
Imanuel Rozenberg
Votes: 0
Answers: 1
Reordering the bars from low to high
I am trying to make a bar chart
ggplot(data= Dataa, aes(x = Gender, fill = Q1)) +
theme_bw() +
geom_bar(position = "dodge") +
labs(title = "Figure 1.1", subtitle = "Dis...
Andreas C
Votes: 0
Answers: 1
Turn simple bar chart into Grouped Bar Chart (D3)
I have two data columns in my csv file named "profit" and "revenue". Currently, I am displaying only "profit" as a Simple Bar Chart. However, I wish to group the other co...
leonblue
Votes: 0
Answers: 1