We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf81707 commit ad0469cCopy full SHA for ad0469c
SurveyAnalysisWebApp/ui.R
@@ -562,6 +562,13 @@ dashboardPage(
562
width=12
563
),#end box
564
565
+ h4("So most of the times Python,SQL and R are used at work.",align="center"),
566
+
567
+ br(),
568
569
+ h3("What data sciece and ML method is most often used at work?",align="center"),
570
571
572
573
#work ML method frequency
574
box(
@@ -576,8 +583,10 @@ dashboardPage(
576
583
577
584
highchartOutput("WorkMethodUsed"),
578
585
579
- )#end box
586
+ ),#end box
580
587
588
589
+ h4("So most of the times Data visualization,logistic Regression and Cross-Validation are used at work.",align="center")
581
590
582
591
)#end column
592
0 commit comments