<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Unified S3 Interface to Machine Learning Models // Provides a
		unified and consistent S3 interface for training and predicting
		with a variety of machine learning models in R. The package
		wraps popular algorithms (e.g., from 'glmnet', 'lightgbm',
		'ranger', 'e1071', and 'caret') under a common workflow based
		on simple wrap_*() and predict() functions, allowing users to
		switch between models without changing their code structure. It
		supports both classification and regression tasks and
		facilitates rapid experimentation, benchmarking, and comparison
		of models. By abstracting away package-specific APIs while
		preserving flexibility in parameter specification, the package
		streamlines machine learning workflows and promotes
		reproducibility.
	</longdescription>
</pkgmetadata>
