{"id":21615984,"url":"https://github.com/pharo-ai/linear-models","last_synced_at":"2025-03-18T17:19:40.751Z","repository":{"id":42188619,"uuid":"393395463","full_name":"pharo-ai/linear-models","owner":"pharo-ai","description":"Linear models like linear and logistic regression implementation","archived":false,"fork":false,"pushed_at":"2023-12-19T14:53:35.000Z","size":191,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-24T20:45:46.468Z","etag":null,"topics":["ai","classification","linear-regression","logistic-regression","models","pharo","regression","regression-models","smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pharo-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-06T14:05:45.000Z","updated_at":"2022-10-11T18:15:11.000Z","dependencies_parsed_at":"2023-01-20T04:06:37.359Z","dependency_job_id":"6b8461dc-c6a4-43d8-abe9-b96f917a6327","html_url":"https://github.com/pharo-ai/linear-models","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Flinear-models","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Flinear-models/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Flinear-models/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Flinear-models/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharo-ai","download_url":"https://codeload.github.com/pharo-ai/linear-models/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244267475,"owners_count":20425835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","classification","linear-regression","logistic-regression","models","pharo","regression","regression-models","smalltalk"],"created_at":"2024-11-24T22:13:17.943Z","updated_at":"2025-03-18T17:19:40.728Z","avatar_url":"https://github.com/pharo-ai.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linear Models\n\n[![Build status](https://github.com/pharo-ai/linear-models/workflows/CI/badge.svg)](https://github.com/pharo-ai/linear-models/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/pharo-ai/linear-models/badge.svg?branch=master)](https://coveralls.io/github/pharo-ai/linear-models?branch=master)\n[![Pharo version](https://img.shields.io/badge/Pharo-9-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pharo-ai/linear-regression/master/LICENSE)\n\n## Description\n\nFor more information please refer to the pharo-ai wiki: https://github.com/pharo-ai/wiki\n\nThis is a library that implements two of the most-know linear models: Linear and Logistic regression. \n\n## How to install it\n\nTo install `linear-models`, go to the Playground (Ctrl+OW) in your [Pharo](https://pharo.org/) image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):\n\n```Smalltalk\nMetacello new\n  baseline: 'AILinearModels';\n  repository: 'github://pharo-ai/linear-models/src';\n  load.\n```\n\n## How to depend on it\n\nIf you want to add a dependency on `linear-models` to your project, include the following lines into your baseline method:\n\n```Smalltalk\nspec\n  baseline: 'AILinearModels'\n  with: [ spec repository: 'github://pharo-ai/linear-models/src' ].\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ai%2Flinear-models","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharo-ai%2Flinear-models","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ai%2Flinear-models/lists"}