Skip to content

pharo-ai/linear-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Models

Build status Coverage Status Pharo version Pharo version Pharo version Pharo version License

Description

For more information please refer to the pharo-ai wiki: https://github.com/pharo-ai/wiki

This is a library that implements two of the most-know linear models: Linear and Logistic regression.

How to install it

To install linear-models, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

Metacello new
  baseline: 'AILinearModels';
  repository: 'github://pharo-ai/linear-models/src';
  load.

How to depend on it

If you want to add a dependency on linear-models to your project, include the following lines into your baseline method:

spec
  baseline: 'AILinearModels'
  with: [ spec repository: 'github://pharo-ai/linear-models/src' ].

Releases

No releases published

Packages

 
 
 

Contributors