Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mlapiTransformation

Base abstract class for all transformations


Description

Base class for all online transformations.

Usage

mlapiTransformation

Format

R6Class object.

Methods

$fit_transform(x, y = NULL, ...)
$transform(x, ...)

Performs transformation of the new data (after model was trained)

Arguments

x

A matrix like object, should inherit from Matrix or matrix. Allowed classes should be defined in child classes.

y

NULL. Optional taget variable. Usually this should be NULL. There few cases when it could be used.

...

additional parameters with default values


mlapi

Abstract Classes for Building 'scikit-learn' Like API

v0.1.0
MIT + file LICENSE
Authors
Dmitriy Selivanov
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.