Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 554 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 554 Bytes

Description

Machine-Learning Visualization API for Pharo. Provides a higher-level interface for machine learning plots. The idea is to write less code to plot machine learning results, by providing reasonable defaults for commonly used visualizations.

Installation

EpMonitor disableDuring: [
	Metacello new
		baseline: 'AIViz';
		repository: 'github://pharo-ai/viz/src';
		load ]

If you want to depend on it

spec 
   baseline: 'AIViz' 
   with: [ spec repository: 'github://pharo-ai/viz/src' ].

Usage

WiP