Skip to content

Retrieve Dataset for Machine Learning #249

@MichaelMiljanovic

Description

@MichaelMiljanovic

At the beginning of each adaptive level, the k means algorithm is run using a hard-coded set of data in . This is not an ideal implementation.

The desired operation of the adaptation should be to pull the data from a database when the game starts up, after the student has indicated their identification number and course code.

The key features that should be used for this are failures per level and time taken to successfully complete the level, starting from the first attempt (both normalized). The 3 k means groups are sorted based on their failure rates.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions