Skip to content

Commit 6f352c2

Browse files
committed
More complete description
1 parent 3a7ea9c commit 6f352c2

4 files changed

Lines changed: 19 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: mlearning
22
Type: Package
3-
Title: Machine learning algorithms with unified interface and confusion matrices
4-
Version: 1.1.0
5-
Date: 2022-04-25
3+
Title: Machine Learning Algorithms with Unified Interface and Confusion Matrices
4+
Version: 1.1.1
5+
Date: 2022-04-26
66
Author: Philippe Grosjean [aut, cre],
77
Kevin Denis [aut]
88
Authors@R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
@@ -13,7 +13,12 @@ Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
1313
Depends: R (>= 3.0.4)
1414
Imports: stats, grDevices, class, nnet, MASS, e1071, randomForest, ipred
1515
Suggests: mlbench, datasets, RColorBrewer
16-
Description: This package provides a unified interface to various machine
17-
learning algorithms. Confusion matrices are provided too.
16+
Description: A unified interface is provided to various machine learning
17+
algorithms like LDA, QDA, k-nearest neighbour, LVQ, random forest, SVM, ... It
18+
allows to train, test, and apply cross-validation using similar functions and
19+
function arguments with a minimalist and clean, formula-based interface.
20+
Missing data are threated the same way as base and stats R functions for all
21+
algorithms, both in training and testing. Confusion matrices are also provided
22+
with a rich set of metrics calculated and a few specific plots.
1823
License: GPL (>= 2)
19-
URL: https://www.sciviews.org/zooimage/
24+
URL: https://www.sciviews.org/mlearning/

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# mlearning 1.1.1
2+
3+
- The description is extended.
4+
5+
- A {pkgdown} site is added.
6+
17
# mlearning 1.1.0
28

39
- mlKnn() is implemented for K-nearest neigbours.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- badges: end -->
88

9-
{mlearning} provides a unified interface to various machine learning algorithms. Confusion matrices are provided too.
9+
A unified interface is provided to various machine learning algorithms like LDA, QDA, k-nearest neighbour, LVQ, random forest, SVM, ... It allows to train, test, and apply cross-validation using similar functions and function arguments with a minimalist and clean, formula-based interface. Missing data are threated the same way as base and stats R functions for all algorithms, both in training and testing. Confusion matrices are also provided with a rich set of metrics calculated and a few specific plots.
1010

1111
## Installation
1212

mlearning.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ StripTrailingWhitespace: Yes
1818
BuildType: Package
1919
PackageUseDevtools: Yes
2020
PackageInstallArgs: --no-multiarch --with-keep.source
21+
PackageCheckArgs: --as-cran

0 commit comments

Comments
 (0)