Skip to content
/ viz Public

Machine-Learning Visualization API for Pharo

License

Notifications You must be signed in to change notification settings

pharo-ai/viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Machine-Learning Visualization API for Pharo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published