search for: oiltype

Displaying 11 results from an estimated 11 matches for "oiltype".

Did you mean: soiltype
2023 Apr 14
2
Package Caret
....com> schrieb am Fr., 14. Apr. 2023, 08:47: >> >>> You first have to load the package using the library command. >>> > library(caret) >>> >>> Then you can call createDataPartition. e.g. >>> > data(oil) >>> > createDataPartition(oilType,2) >>> >>> HTH, >>> Eric >>> >>> >>> On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki < >>> gmalomsoki1980 at gmail.com> wrote: >>> >>>> Dear all, >>>> When i try to use createDataPartition after ca...
2023 Apr 14
1
Package Caret
You first have to load the package using the library command. > library(caret) Then you can call createDataPartition. e.g. > data(oil) > createDataPartition(oilType,2) HTH, Eric On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki <gmalomsoki1980 at gmail.com> wrote: > Dear all, > When i try to use createDataPartition after calling package 'caret', i get > the message: > "could not find function createDataPartition" > >...
2023 Apr 14
1
Package Caret
...unable to install. Eric Berger <ericjberger at gmail.com> schrieb am Fr., 14. Apr. 2023, 08:47: > You first have to load the package using the library command. > > library(caret) > > Then you can call createDataPartition. e.g. > > data(oil) > > createDataPartition(oilType,2) > > HTH, > Eric > > > On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki <gmalomsoki1980 at gmail.com> > wrote: > >> Dear all, >> When i try to use createDataPartition after calling package 'caret', i get >> the message: >> "could n...
2011 Oct 02
1
difference between createPartition and createfold functions
Hello, I'm trying to separate my dataset into 4 parts with the 4th one as the test dataset, and the other three to fit a model. I've been searching for the difference between these 2 functions in Caret package, but the most I can get is this-- A series of test/training partitions are created using createDataPartition while createResample creates one or more bootstrap samples.
2023 Apr 14
1
Package Caret
...ger <ericjberger at gmail.com> schrieb am Fr., 14. Apr. 2023, 08:47: > >> You first have to load the package using the library command. >> > library(caret) >> >> Then you can call createDataPartition. e.g. >> > data(oil) >> > createDataPartition(oilType,2) >> >> HTH, >> Eric >> >> >> On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki <gmalomsoki1980 at gmail.com> >> wrote: >> >>> Dear all, >>> When i try to use createDataPartition after calling package 'caret', i >>...
2023 Apr 14
1
Package Caret
...gt;>> 08:47: >>> >>>> You first have to load the package using the library command. >>>> > library(caret) >>>> >>>> Then you can call createDataPartition. e.g. >>>> > data(oil) >>>> > createDataPartition(oilType,2) >>>> >>>> HTH, >>>> Eric >>>> >>>> >>>> On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki < >>>> gmalomsoki1980 at gmail.com> wrote: >>>> >>>>> Dear all, >>>>> When i...
2023 Apr 14
1
Package Caret
...14. Apr. 2023, 08:47: >>> >>>> You first have to load the package using the library command. >>>>> library(caret) >>>> >>>> Then you can call createDataPartition. e.g. >>>>> data(oil) >>>>> createDataPartition(oilType,2) >>>> >>>> HTH, >>>> Eric >>>> >>>> >>>> On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki < >>>> gmalomsoki1980 at gmail.com> wrote: >>>> >>>>> Dear all, >>>>> When i...
2023 Apr 16
2
Package Caret
...the package using the library command. > > > >>>>> library(caret) > > > >>>> > > > >>>> Then you can call createDataPartition. e.g. > > > >>>>> data(oil) > > > >>>>> createDataPartition(oilType,2) > > > >>>> > > > >>>> HTH, > > > >>>> Eric > > > >>>> > > > >>>> > > > >>>> On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki < > > > >>>> gmalomsok...
2023 Apr 16
1
Package Caret
...> > >>>> You first have to load the package using the library command. > >>>>> library(caret) > >>>> > >>>> Then you can call createDataPartition. e.g. > >>>>> data(oil) > >>>>> createDataPartition(oilType,2) > >>>> > >>>> HTH, > >>>> Eric > >>>> > >>>> > >>>> On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki < > >>>> gmalomsoki1980 at gmail.com> wrote: > >>>> > >>>&...
2023 Apr 16
1
Package Caret
...; You first have to load the package using the library command. > > >>>>> library(caret) > > >>>> > > >>>> Then you can call createDataPartition. e.g. > > >>>>> data(oil) > > >>>>> createDataPartition(oilType,2) > > >>>> > > >>>> HTH, > > >>>> Eric > > >>>> > > >>>> > > >>>> On Fri, Apr 14, 2023 at 7:52?AM G?bor Malomsoki < > > >>>> gmalomsoki1980 at gmail.com> wrote: >...
2023 Apr 14
1
Package Caret
Dear all, When i try to use createDataPartition after calling package 'caret', i get the message: "could not find function createDataPartition" I use: R-4.2.3 for Windows RStudio-2023.03.0-386 Do you have any experience with this failure? Thank you! Best regards Gabor [[alternative HTML version deleted]]