GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and a toolkit for building, training, and evaluating predictive models through a standardized interface. The project implements a data frame system that loads CSV files into structured grids for matrix operations. It includes a preprocessing library for discretizing continuous variables and a model evaluation toolkit that utilizes confusion matrices and cross-validation to measure precision and recall. The library covers data engineering and management, including the ability to
xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and statistical processing of large delimited datasets. It provides a toolkit for processing comma-separated value files through a command line interface. The project provides capabilities for statistical analysis, including the computation of column statistics, value frequencies, and descriptive metrics. It also includes data manipulation utilities for joining, slicing, sampling, and reformatting records. The toolkit covers a broad range of data operations including column selection, da
CSV Decoding and Encoding for Elixir
The main features of beatrichartz/csv are: CSV Processing.
Open-source alternatives to beatrichartz/csv include: burntsushi/xsv — xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and… sjwhitworth/golearn — GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and… fingo/spata — Functional, stream-based CSV processor for Scala. fasterxml/jackson-dataformat-csv — (DEPRECATED) -- moved under: https://github.com/FasterXML/jackson-dataformats-text. erpuno/ecsv — 💠 ECSV: Потоковий CSV парсер. arp-g/csv2sql — A blazing fast fully-automated CSV to database importer.