Skip to content

Commit 50fc463

Browse files
committed
added Figaro and sorted section by alphabetical order
1 parent 4835273 commit 50fc463

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,16 @@ A community driven list of useful Scala libraries, frameworks and software. This
104104

105105
*Libraries for scientific computing, data analysis and numerical processing.*
106106

107-
* [Breeze](https://github.com/scalanlp/breeze) — Breeze is a numerical processing library for Scala.
108-
* [MLLib](https://spark.apache.org/mllib/) — Machine Learning framework for Spark
109-
* [Spire](https://github.com/non/spire) — Powerful new number types and numeric abstractions for Scala.
110107
* [Algebird](https://github.com/twitter/algebird) — Abstract Algebra for Scala.
108+
* [Breeze](https://github.com/scalanlp/breeze) — Breeze is a numerical processing library for Scala.
111109
* [FACTORIE](https://github.com/factorie/factorie) — A toolkit for deployable probabilistic modeling, implemented as a software library in Scala.
110+
* [Figaro](https://github.com/p2t2/figaro) - Figaro is a probabilistic programming language that supports development of very rich probabilistic models.
111+
* [MGO](https://github.com/romainreuillon/mgo) — Modular multi-objective evolutionary algorithm optimization library enforcing immutability.
112+
* [MLLib](https://spark.apache.org/mllib/) — Machine Learning framework for Spark
112113
* [Saddle](https://github.com/saddle/saddle) — A minimalist port of Pandas to Scala
114+
* [Spire](https://github.com/non/spire) — Powerful new number types and numeric abstractions for Scala.
113115
* [Squants](https://github.com/garyKeorkunian/squants) — The Scala API for Quantities, Units of Measure and Dimensional Analysis.
114-
* [MGO](https://github.com/romainreuillon/mgo) — Modular multi-objective evolutionary algorithm optimization library enforcing immutability.
116+
115117

116118
## Big Data
117119
* [Spark](http://spark.apache.org/) — Lightning fast cluster computing — up to 100x faster than Hadoop for iterative algorithms (memory caching) and up to 10x faster than Hadoop for single-pass MapReduce jobs. Compatible with YARN-enabled Hadoop clusters, can run on Mesos and in stand-alone mode as well.

0 commit comments

Comments
 (0)