https://github.com/cran/ipred
Raw File
Tip revision: ae3574b300aad602e4c46f21d00863fefe93671b authored by Andrea Peters on 02 October 2002, 00:00:00 UTC
version 0.6-2
Tip revision: ae3574b
CHANGES
# $Id: CHANGES,v 1.19 2002/10/18 09:20:08 hothorn Exp $

	0.6-2 (18.10.2002)

	documentation updates and copyright status added

	0.6-1 (02.10.2002)

	documentation fixes

	0.6-0 (27.09.2002)

	added vignette
	documentation updates
	
	0.5-7 (23.09.2002)

	add internal functions irpart and predict.irpart 
        for speeding up standard bagging

	use error.control for the specification of control
	parameters

	cv can be used to caculcate an "honest" prediction for each
        observation

	0.5-6 (12.09.2002)

	code factors in GBSG2 data as factors. Documentation update. Add
        keepX argument to ipredbagg

	0.5-5 (10.09.2002)

	set rpart.control(..., xval=0) by default

	0.5-4 (05.08.2002)

	added k-NN with formula interface and stabilized LDA

	0.5-3 (01.08.2002)

	use rpart.control() for regression and survival
        new documentation for bagging and friends

	0.5-2 (30.07.2002)

	new low-level functions cv and bootest for error rate estimators
        (misclassification, mse, brier score)

	0.5-1 (25.07.2002)

	bagging code completely rewritten

	0.4-6 (27.06.2002)

	out-of-bag error for regression trees fixed.

	0.4-5 (17.06.2002)

	use "minsplit = 2" in `rpart.control' passed to `bagging'

	0.4-4 (17.05.2002)

	use predict.lda in bagging and predict.bagging
	bagging(..., method="double") did not work for factors.

	0.4-3 (07.05.2002)

	bugfix in bagging (in models with one regressor), 
	changes in documentation errorest

	0.4-2 (10.04.2002)

	predict.bagging much faster, OOB much faster

	0.4-1 (08.04.2002)

	bugfix in print.inclass, predict.inclass

	0.4-0 (26.03.2002)

	pre-release for CRAN/devel

back to top