All Projects → pityka → saddle

pityka / saddle

Licence: Apache-2.0 license
SADDLE: Scala Data Library

Projects that are alternatives of or similar to saddle

hamilton
A scalable general purpose micro-framework for defining dataflows. You can use it to create dataframes, numpy matrices, python objects, ML models, etc.
Stars: ✭ 612 (+2560.87%)
Mutual labels:  numpy, pandas, dataframe
Panthera
Data-frames & arrays on Clojure
Stars: ✭ 168 (+630.43%)
Mutual labels:  numpy, pandas, dataframe
Peroxide
Rust numeric library with R, MATLAB & Python syntax
Stars: ✭ 191 (+730.43%)
Mutual labels:  matrix, linear-algebra, dataframe
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (+647.83%)
Mutual labels:  numpy, pandas, dataframe
Matrex
A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
Stars: ✭ 429 (+1765.22%)
Mutual labels:  numpy, matrix, linear-algebra
Mars
Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.
Stars: ✭ 2,308 (+9934.78%)
Mutual labels:  numpy, pandas, dataframe
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (+21.74%)
Mutual labels:  matrix, linear-algebra
numphp
PHP tools for matrix computation
Stars: ✭ 25 (+8.7%)
Mutual labels:  matrix, linear-algebra
float
Single precision (float) matrices for R.
Stars: ✭ 41 (+78.26%)
Mutual labels:  matrix, linear-algebra
Data-Wrangling-with-Python
Simplify your ETL processes with these hands-on data sanitation tips, tricks, and best practices
Stars: ✭ 90 (+291.3%)
Mutual labels:  numpy, pandas
Mathematics for Machine Learning
Notes and step-by-step exercises resolution to aid students learning the base math for machine learning. Content summed up from the the course from the Imperial London College in Coursera.
Stars: ✭ 44 (+91.3%)
Mutual labels:  matrix, linear-algebra
zalgebra
Linear algebra library for games and real-time graphics.
Stars: ✭ 129 (+460.87%)
Mutual labels:  matrix, linear-algebra
fml
Fused Matrix Library
Stars: ✭ 24 (+4.35%)
Mutual labels:  matrix, linear-algebra
LinAlg
实现一个线性代数库,为Python写扩展。《程序猿的数学3 线性代数》读后笔记
Stars: ✭ 17 (-26.09%)
Mutual labels:  matrix, linear-algebra
Tensor
A library and extension that provides objects for scientific computing in PHP.
Stars: ✭ 146 (+534.78%)
Mutual labels:  matrix, linear-algebra
Julia-data-science
Data science and numerical computing with Julia
Stars: ✭ 54 (+134.78%)
Mutual labels:  linear-algebra, dataframe
Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (+34.78%)
Mutual labels:  numpy, pandas
Datscan
DatScan is an initiative to build an open-source CMS that will have the capability to solve any problem using data Analysis just with the help of various modules and a vast standardized module library
Stars: ✭ 13 (-43.48%)
Mutual labels:  numpy, pandas
Engezny
Engezny is a python package that quickly generates all possible charts from your dataframe and saves them for you, and engezny is only supporting now uni-parameter visualization using the pie, bar and barh visualizations.
Stars: ✭ 25 (+8.7%)
Mutual labels:  numpy, pandas
Data-Science-Resources
A guide to getting started with Data Science and ML.
Stars: ✭ 17 (-26.09%)
Mutual labels:  numpy, pandas

Build status codecov doc doc maven

This repository is a fork of the original Saddle library which has seen no activity for some time.

Saddle: Scala Data Library

Introduction

Saddle is a data manipulation library for Scala that provides array-backed, indexed, one- and two-dimensional data structures that are specialized on JVM primitives to avoid the overhead of boxing and unboxing.

Saddle offers numerical calculations, automatic alignment of data along indices, robustness to missing (N/A) values, and facilities for I/O.

Saddle draws inspiration from several sources, among them the R programming language & statistical environment, the numpy and pandas Python libraries, and the Scala collections library.

Documentation

How to build the code

You need sbt: sbt test

How to build the website

The website is built with hugo and the hugo-book theme.

The theme is a git submodule. It must be initialized.

git submodule update --init

Create and serve the site with:

sbt docs/mdoc docs/unidoc && cd website && hugo

License

Saddle is distributed under the Apache License Version 2.0 (see LICENSE file).

Copyright

Copyright (c) 2013-2015 Novus Partners, Inc.

Copyright (c) 2013-2015 The Saddle Development Team

All rights reserved.

Saddle is subject to a shared copyright. Each contributor retains copyright to his or her contributions to Saddle, and is free to annotate these contributions via code repository commit messages. The copyright to the entirety of the code base is shared among the Saddle Development Team, comprised of the developers who have made such contributions.

The copyright and license of each file shall read as follows:

Copyright (c) 2013-2015 Saddle Development Team

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Individual contributors may, if they so desire, append their names to the CONTRIBUTORS file.

Code in saddle-core/src/main/scala/org/saddle/util/LongMap.scala has different copyright terms, see its header.

Code in saddle-core/src/main/scala/org/saddle/Buffer.scala has different copyright terms, see its header.

Code in spire-prng has different copyright terms, see the spire-prng/COPYING.

About the Copyright Holders

Adam Klein began Saddle development in 2012 while an employee of Novus Partners, Inc. The code was released by Novus under this license in 2013. Adam Klein is lead developer. Saddle was inspired by earlier prototypes developed by Chris Lewis, Cheng Peng, & David Cru. Saddle was also inspired by previous work with pandas, a data analysis library written in Python.

Code in the saddle-linalg/ folder is contributed by Istvan Bartha.

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].