Home | Trees | Indices | Help |
|
---|
|
Scale each feature by its maximum absolute value. This node has been automatically generated by wrapping the ``sklearn.preprocessing.data.MaxAbsScaler`` class from the ``sklearn`` library. The wrapped instance can be accessed through the ``scikits_alg`` attribute. This estimator scales and translates each feature individually such that the maximal absolute value of each feature in the training set will be 1.0. It does not shift/center the data, and thus does not destroy any sparsity. This scaler can also be applied to sparse CSR or CSC matrices. .. versionadded:: 0.17 **Parameters** copy : boolean, optional, default is True Set to False to perform inplace scaling and avoid a copy (if the input is already a numpy array). **Attributes** ``scale_`` : ndarray, shape (n_features,) Per feature relative scaling of the data. .. versionadded:: 0.17 *scale_* attribute. ``max_abs_`` : ndarray, shape (n_features,) Per feature maximum absolute value. ``n_samples_seen_`` : int The number of samples processed by the estimator. Will be reset on new calls to fit, but increments across ``partial_fit`` calls.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|||
Inherited from Cumulator | |||
---|---|---|---|
|
|||
|
|||
Inherited from Node | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
|
|||
|
|
|||
Inherited from |
|||
Inherited from Node | |||
---|---|---|---|
_train_seq List of tuples: |
|||
dtype dtype |
|||
input_dim Input dimensions |
|||
output_dim Output dimensions |
|||
supported_dtypes Supported dtypes |
|
Scale each feature by its maximum absolute value. This node has been automatically generated by wrapping the ``sklearn.preprocessing.data.MaxAbsScaler`` class from the ``sklearn`` library. The wrapped instance can be accessed through the ``scikits_alg`` attribute. This estimator scales and translates each feature individually such that the maximal absolute value of each feature in the training set will be 1.0. It does not shift/center the data, and thus does not destroy any sparsity. This scaler can also be applied to sparse CSR or CSC matrices. .. versionadded:: 0.17 **Parameters** copy : boolean, optional, default is True Set to False to perform inplace scaling and avoid a copy (if the input is already a numpy array). **Attributes** ``scale_`` : ndarray, shape (n_features,) Per feature relative scaling of the data. .. versionadded:: 0.17 *scale_* attribute. ``max_abs_`` : ndarray, shape (n_features,) Per feature maximum absolute value. ``n_samples_seen_`` : int The number of samples processed by the estimator. Will be reset on new calls to fit, but increments across ``partial_fit`` calls.
|
|
|
|
Scale the data This node has been automatically generated by wrapping the sklearn.preprocessing.data.MaxAbsScaler class from the sklearn library. The wrapped instance can be accessed through the scikits_alg attribute. Parameters
|
|
|
Compute the maximum absolute value to be used for later scaling. This node has been automatically generated by wrapping the sklearn.preprocessing.data.MaxAbsScaler class from the sklearn library. The wrapped instance can be accessed through the scikits_alg attribute. Parameters
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 8 12:39:48 2016 | http://epydoc.sourceforge.net |