I have a model NN, which has 10 piece of data in 10 folds of test (ts) data such as 0.1, 0.5, 0.3 etc. And another model SVM, which also have this type of information. I usually visualize it like: boxplot (NN, SVM) I have two questions? (1) I want to ask how can I visualize them via ggplot? (2) If I have to process it again on another dataset, then how can I combine these two boxplots in order to make a better prediction. Regards [[alternative HTML version deleted]]
Largely off topic here. RStudio has Help forums on ggplot and other of its R software products. Post there. Or on stats.stackexchange.com perhaps for questions about how to visualize statistical data. See the posting guide linked below for what is ON topic here. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 8, 2020 at 8:38 AM Neha gupta <neha.bologna90 at gmail.com> wrote:> I have a model NN, which has 10 piece of data in 10 folds of test (ts) data > such as 0.1, 0.5, 0.3 etc. > And another model SVM, which also have this type of information. I usually > visualize it like: > > boxplot (NN, SVM) > > I have two questions? > > (1) I want to ask how can I visualize them via ggplot? > > (2) If I have to process it again on another dataset, then how can I > combine these two boxplots in order to make a better prediction. > > Regards > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
I am still waiting for someone to respond. If someone want to help other, they do not need a special platform for it. Thank you, yet again for not helping. Regards On Mon, Jun 8, 2020 at 5:41 PM Bert Gunter <bgunter.4567 at gmail.com> wrote:> Largely off topic here. RStudio has Help forums on ggplot and other of its > R software products. Post there. > Or on stats.stackexchange.com perhaps for questions about how to > visualize statistical data. > See the posting guide linked below for what is ON topic here. > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Mon, Jun 8, 2020 at 8:38 AM Neha gupta <neha.bologna90 at gmail.com> > wrote: > >> I have a model NN, which has 10 piece of data in 10 folds of test (ts) >> data >> such as 0.1, 0.5, 0.3 etc. >> And another model SVM, which also have this type of information. I usually >> visualize it like: >> >> boxplot (NN, SVM) >> >> I have two questions? >> >> (1) I want to ask how can I visualize them via ggplot? >> >> (2) If I have to process it again on another dataset, then how can I >> combine these two boxplots in order to make a better prediction. >> >> Regards >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> >[[alternative HTML version deleted]]