All Projects → moosetechnology → Moose

moosetechnology / Moose

Licence: MIT license
MOOSE - Platform for software and data analysis.

Programming Languages

smalltalk
420 projects

Projects that are alternatives of or similar to Moose

data-analysis
金融市场与体育彩券市场 --- 数据分析与量化交易
Stars: ✭ 73 (-33.64%)
Mutual labels:  data-analysis
IndexedTables.jl
Flexible tables with ordered indices
Stars: ✭ 108 (-1.82%)
Mutual labels:  data-analysis
python ml tutorial
A complete tutorial in python for Data Analysis and Machine Learning
Stars: ✭ 118 (+7.27%)
Mutual labels:  data-analysis
dsr
Introduction to Data Science with R (2017)
Stars: ✭ 25 (-77.27%)
Mutual labels:  data-analysis
architect big data solutions with spark
code, labs and lectures for the course
Stars: ✭ 40 (-63.64%)
Mutual labels:  data-analysis
Loan-Approval-Prediction
Loan Application Data Analysis
Stars: ✭ 61 (-44.55%)
Mutual labels:  data-analysis
transbigdata
A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.
Stars: ✭ 195 (+77.27%)
Mutual labels:  data-analysis
PandasVersusExcel
Python数据分析入门,数据分析师入门
Stars: ✭ 120 (+9.09%)
Mutual labels:  data-analysis
metacello
Metacello is a package management system for Smalltalk
Stars: ✭ 79 (-28.18%)
Mutual labels:  pharo
tutorials
Short programming tutorials pertaining to data analysis.
Stars: ✭ 14 (-87.27%)
Mutual labels:  data-analysis
hunter
Hunter: a JavaScript reengineering platform.
Stars: ✭ 31 (-71.82%)
Mutual labels:  pharo
ipaddress
Data analysis of IP addresses and networks
Stars: ✭ 20 (-81.82%)
Mutual labels:  data-analysis
DataProfiler
What's in your data? Extract schema, statistics and entities from datasets
Stars: ✭ 843 (+666.36%)
Mutual labels:  data-analysis
dask-awkward
Native Dask collection for awkward arrays, and the library to use it.
Stars: ✭ 25 (-77.27%)
Mutual labels:  data-analysis
NeoConsole
NeoConsole offers a command line (REPL) interface to a Pharo image, as well as other tools.
Stars: ✭ 22 (-80%)
Mutual labels:  pharo
antz
ANTz immersive 3D data visualization engine
Stars: ✭ 25 (-77.27%)
Mutual labels:  data-analysis
ttbbeer
An R Dataset Package for US Beer Statistics From TTB 🍺
Stars: ✭ 23 (-79.09%)
Mutual labels:  data-analysis
ospi
Open Source Presence Infographic of Indian Startups
Stars: ✭ 25 (-77.27%)
Mutual labels:  data-analysis
Chapter-2
Code examples for Chapter 2 of Data Wrangling with JavaScript
Stars: ✭ 16 (-85.45%)
Mutual labels:  data-analysis
Infinite Stories with Data
This repo consists of my analysis of random datasets using various statistical and visualization techniques.
Stars: ✭ 21 (-80.91%)
Mutual labels:  data-analysis

development v8

Moose is an extensive platform for software and data analysis.

Moose is an open source software. It was started at the Software Composition Group from the University of Bern in 1996 and is currently contributed to and used by multiple partners. It offers multiple services ranging from importing and parsing data, to modeling, to measuring, querying, mining, and to building interactive and visual analysis tools.

Documentation

Please refer to the moose wiki for the documentation.

Installation

Get a built Moose Image from Pharo launcher

Download Moose gif

Load Moose in a Pharo image

Latest version: Moose 10

Execute this in a Pharo 10 image:

[ Metacello new
    baseline: 'Moose';
    repository: 'github://moosetechnology/Moose:development/src';
    load ]
    on: MCMergeOrLoadWarning
    do: [ :warning | warning load ]

Stable version: Moose 9

Execute this in a Pharo 9 image:

[ Metacello new
    baseline: 'Moose';
    repository: 'github://moosetechnology/Moose:v9.x.x/src';
    load ]
    on: MCMergeOrLoadWarning
    do: [ :warning | warning load ]

Old stable version: Moose 8

Execute this in a Pharo 8 image:

Metacello new
  baseline: 'Moose';
  repository: 'github://moosetechnology/Moose:v8.x.x/src';
  load.

Famix generators

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