All Projects → gzuidhof → Zarr.js

gzuidhof / Zarr.js

Licence: apache-2.0
Javascript implementation of Zarr

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Zarr.js

Mckinsey Smartcities Traffic Prediction
Adventure into using multi attention recurrent neural networks for time-series (city traffic) for the 2017-11-18 McKinsey IronMan (24h non-stop) prediction challenge
Stars: ✭ 49 (-9.26%)
Mutual labels:  data-science
Array Unique
Return an array free of duplicate values. Very fast implementation.
Stars: ✭ 51 (-5.56%)
Mutual labels:  array
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-1.85%)
Mutual labels:  data-science
Skoot
A package for data science practitioners. This library implements a number of helpful, common data transformations with a scikit-learn friendly interface in an effort to expedite the modeling process.
Stars: ✭ 50 (-7.41%)
Mutual labels:  data-science
Pgo
Go library for PHP community with convenient functions
Stars: ✭ 51 (-5.56%)
Mutual labels:  array
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+1866.67%)
Mutual labels:  data-science
Sma
Calculate the simple moving average of an array.
Stars: ✭ 48 (-11.11%)
Mutual labels:  array
Tiledb
The Universal Storage Engine
Stars: ✭ 1,072 (+1885.19%)
Mutual labels:  data-science
Golang Combinations
Golang library which provide an algorithm to generate all combinations out of a given string array.
Stars: ✭ 51 (-5.56%)
Mutual labels:  array
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-1.85%)
Mutual labels:  array
Numerical Linear Algebra
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
Stars: ✭ 8,263 (+15201.85%)
Mutual labels:  data-science
Tpot
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Stars: ✭ 8,378 (+15414.81%)
Mutual labels:  data-science
Semester Biology
Stars: ✭ 52 (-3.7%)
Mutual labels:  data-science
Presentations
Talks & Workshops by the CODAIT team
Stars: ✭ 50 (-7.41%)
Mutual labels:  data-science
Data Privacy For Data Scientists
A workshop on data privacy methods for data scientists.
Stars: ✭ 53 (-1.85%)
Mutual labels:  data-science
Data Science Lunch And Learn
Resources for weekly Data Science Lunch & Learns
Stars: ✭ 49 (-9.26%)
Mutual labels:  data-science
Datumbox Framework
Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine Learning and Statistical applications.
Stars: ✭ 1,063 (+1868.52%)
Mutual labels:  data-science
Pythondataanalysis
The data and code that used in my book.
Stars: ✭ 54 (+0%)
Mutual labels:  data-science
Fasttext
Unofficial implementation of the paper "Bag of Tricks for Efficient Text Classification" by Joulin et al.
Stars: ✭ 53 (-1.85%)
Mutual labels:  data-science
Ml Template Azure
Template for getting started with automated ML Ops on Azure Machine Learning
Stars: ✭ 52 (-3.7%)
Mutual labels:  data-science

Zarr.js Logo

Actions Status Top Language Badge NPM badge Documentation


Typescript implementation of Zarr.

Zarr is a library for chunked, compressed, N-dimensional arrays.

Quick start

npm i zarr

See the Getting Started section in the Documentation.

Type Docs

You can generate the type documentation for this project by running npm run generate-typedocs.

Why a Typescript implementation for Zarr?

For better or for worse the browser environment is slowly becoming the world's operating system. Numerical computing with a lot of data is a poor fit for browsers, but for data visualization, exploration and result-sharing the browser is unparalleled.

With this library a workflow as such becomes possible:

  • You run an experiment/workflow in Python or Julia.
  • You write results to a Zarr store, perhaps one that lives in some cloud storage.
  • In a browser you create a visualization suite which allows for some interactivity.
  • You share a link to a colleague or friend.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].