Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/apis/plugintypes/mlbackend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ The communication between machine learning backends and Moodle is through files

## Backends included in Moodle core

### PHP

The **PHP backend** is the default predictions processor as it is written in PHP and does not have any external dependencies. It is using logistic regression.

### Python

The **Python backend** requires *python* binary (either python 2 or python 3) and [moodlemlbackend python package](https://pypi.python.org/pypi?name=moodlemlbackend&version=0.0.5&:action=display) which is maintained by Moodle HQ.
Expand Down