ml_preprocessing 1.1.0 copy "ml_preprocessing: ^1.1.0" to clipboard
ml_preprocessing: ^1.1.0 copied to clipboard

outdated

Implementaion of popular algorithms of data preprocessing for machine learning

Build Status pub package Gitter Chat

ml_preprocessing #

Implementation of popular data preprocessing algorithms for Machine learning

The library contains:

  • A data container Float32x4CsvMlData. This entity makes work with csv data easier: you just need to point, where your dataset resides and then get features and labels in convenient data science friendly format. As you see, the data container converts data into sequence of numbers of Float32x4 type, which makes machine learning process faster;

  • Intercept preprocessor Float32x4nterceptPreprocessor This preprocessor adds an intercept to a given matrix. Intercept is a kind of 'bias' for hyperline equation.

16
likes
0
pub points
67%
popularity

Publisher

verified publisherml-algo.com

Implementaion of popular algorithms of data preprocessing for machine learning

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

csv, logging, ml_linalg, tuple

More

Packages that depend on ml_preprocessing