@ml.wasm/entropy
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Entropy

The goal of this project is to provide a fast, easy-to-use Dataframes Javascript library powered by WebAssembly, written in Rust.

This project is a part of a larger project called ml-wasm, which aims to provide a complete machine learning ecosystem in JavaScript.

Documentation

Entropy

Installing the package

NPM

How to use

import init, {
  ColumnType,
  SeriesF64,
  SeriesI32,
  SeriesSTR,
  DataFrame,
  readcsv,
} from "../pkg/entropy.js";

(async () => {
  // This init function sets up everything you need to use this library
  await init();

  // All your code goes here...
})();

Readme

Keywords

Package Sidebar

Install

npm i @ml.wasm/entropy

Weekly Downloads

2

Version

0.1.4

License

Apache-2.0

Unpacked Size

1.79 MB

Total Files

7

Last publish

Collaborators

  • dionpinto
  • architbhonsle