search for: investtech

Displaying 7 results from an estimated 7 matches for "investtech".

2018 Feb 26
3
Random Seed Location
...ion of the set.seed command matter, provided that it is applied before any commands which involve randomness (such as partitioning)? If you need to see the code, it is below: Thank you, Gary A. Separate the original (in-sample) data from the new (out-of-sample) data. Set a random seed. > InvestTech <- as.data.frame(InvestTechRevised) > outOfSample <- InvestTech[5001:nrow(InvestTech), ] > InvestTech <- InvestTech[1:5000, ] > set.seed(654321) B. Install and load the caret, ggplot2 and e1071 packages. > install.packages(?caret?) > install.packages(?ggplot2?) > instal...
2018 Feb 27
0
Random Seed Location
...plied before any commands which involve randomness > (such as partitioning)? > > If you need to see the code, it is below: > > Thank you, > Gary > > > A. Separate the original (in-sample) data from the new (out-of-sample) > data. Set a random seed. > > > InvestTech <- as.data.frame(InvestTechRevised) > > outOfSample <- InvestTech[5001:nrow(InvestTech), ] > > InvestTech <- InvestTech[1:5000, ] > > set.seed(654321) > > B. Install and load the caret, ggplot2 and e1071 packages. > > > install.packages(?caret?) > &...
2018 Mar 04
3
Random Seed Location
...any commands which involve randomness > (such as partitioning)? > > If you need to see the code, it is below: > > Thank you, > Gary > > > A. Separate the original (in-sample) data from the new (out-of-sample) > data. Set a random seed. > >> InvestTech <- as.data.frame(InvestTechRevised) >> outOfSample <- InvestTech[5001:nrow(InvestTech), ] >> InvestTech <- InvestTech[1:5000, ] >> set.seed(654321) > > B. Install and load the caret, ggplot2 and e1071 packages. > >> install.packages(?caret?) &g...
2018 Mar 04
0
Random Seed Location
...; (such as partitioning)? > > > > If you need to see the code, it is below: > > > > Thank you, > > Gary > > > > > > A. Separate the original (in-sample) data from the new (out-of-sample) > > data. Set a random seed. > > > >> InvestTech <- as.data.frame(InvestTechRevised) > >> outOfSample <- InvestTech[5001:nrow(InvestTech), ] > >> InvestTech <- InvestTech[1:5000, ] > >> set.seed(654321) > > > > B. Install and load the caret, ggplot2 and e1071 packages. > > > >> i...
2018 Mar 04
2
Random Seed Location
...> > If you need to see the code, it is below: >> > >> > Thank you, >> > Gary >> > >> > >> > A. Separate the original (in-sample) data from the new (out-of-sample) >> > data. Set a random seed. >> > >> >> InvestTech <- as.data.frame(InvestTechRevised) >> >> outOfSample <- InvestTech[5001:nrow(InvestTech), ] >> >> InvestTech <- InvestTech[1:5000, ] >> >> set.seed(654321) >> > >> > B. Install and load the caret, ggplot2 and e1071 packages. >&...
2018 Mar 04
0
Random Seed Location
...e the code, it is below: >>>> >>>> Thank you, >>>> Gary >>>> >>>> >>>> A. Separate the original (in-sample) data from the new (out-of-sample) >>>> data. Set a random seed. >>>> >>>>> InvestTech <- as.data.frame(InvestTechRevised) >>>>> outOfSample <- InvestTech[5001:nrow(InvestTech), ] >>>>> InvestTech <- InvestTech[1:5000, ] >>>>> set.seed(654321) >>>> >>>> B. Install and load the caret, ggplot2 and e1071...
2018 Mar 05
1
Random Seed Location
...;>> Thank you, >>>>> Gary >>>>> >>>>> >>>>> A. Separate the original (in-sample) data from the new >>>>> (out-of-sample) >>>>> data. Set a random seed. >>>>> >>>>>> InvestTech <- as.data.frame(InvestTechRevised) >>>>>> outOfSample <- InvestTech[5001:nrow(InvestTech), ] >>>>>> InvestTech <- InvestTech[1:5000, ] >>>>>> set.seed(654321) >>>>> >>>>> >>>>> B. Insta...