View 265ed7a5
export colCoxTestsEllis Patrick authored on 06/09/2022 22:57:36 |
View 1e6d5e5e
Update crossValidate.REllis Patrick authored on 05/09/2022 22:40:24 • GitHub committed on 05/09/2022 22:40:24 |
|
View 6e3a76b4
Update utilities.REllis Patrick authored on 05/09/2022 06:03:37 • GitHub committed on 05/09/2022 06:03:37 |
|
View 0e518455
Update crossValidate.REllis Patrick authored on 05/09/2022 03:27:01 • GitHub committed on 05/09/2022 03:27:01 |
|
View 7463e645
Update crossValidate.REllis Patrick authored on 05/09/2022 03:26:43 • GitHub committed on 05/09/2022 03:26:43 |
|
View 960985b5
Update crossValidate.REllis Patrick authored on 05/09/2022 03:16:57 • GitHub committed on 05/09/2022 03:16:57 |
View 69d76269
- train methods now exported and can be used. train generic imported from generics package. - simple params now have performanceType specified. - Fixes to training with multiple views but no aggregation. - Fix to parameter tuning in .doTrain.Dario Strbenac authored on 02/09/2022 06:10:10 |
View ba722d29
- train and predict functions created to allow training and prediction to be done independently. But they have the capabilities of crossValidate, such as multi-view methods. Implemented as S3 methods to work well with existing generics defined by R. - runTest, runTests and crossValidate now all utilise prepareData and allow passing in extra parameters for it. - getLocationsAndScales becomes private function. - All reference to targets parameter converted to useFeatures, which allows both the assay and the feature to be specified, rather than only the assay. - .MAEtoWideTable data flattening function is gone. Its functionality is incorporated into prepareData. - Parameter tuning in .doSelection of resubstitution mode now correctly uses training data as the test data instead of accidentally using the testing data.Dario Strbenac authored on 31/08/2022 11:45:02 |
View 127675d5
- getFeatures functions added to simple params settings to extract selected features from within trained model where relevant. - Nearest Shrunken Centroid added as a simple params function and a classifier keyword option.Dario Strbenac authored on 25/08/2022 05:15:03 |
View ebf42a4d
Merge branch 'master' of https://github.com/SydneyBioX/ClassifyRDario Strbenac authored on 24/08/2022 11:07:28 |
|
View b5a703f4
- All mcols prefixed with S4Vectors for Windows.Dario Strbenac authored on 24/08/2022 11:06:23 |
View 979a3550
Update rankingDifferentMeans.REllis Patrick authored on 23/08/2022 21:22:56 • GitHub committed on 23/08/2022 21:22:56 |
View fa5ddb64
- Fixed remainder of old-format parameter construction in examples and a couple of typos.Dario Strbenac authored on 22/08/2022 05:30:05 |
View 86f19320
- Restored runTest, runTests, ModellingParams, CrossValParams as public documented functions. Vignette also restored to explain them. - Constructors for params now expect a character keyword which is then converted into a function internally.Dario Strbenac authored on 21/08/2022 16:07:38 |
View f4185922
Update crossValidate.REllis Patrick authored on 18/08/2022 05:07:13 • GitHub committed on 18/08/2022 05:07:13 |