Skip to content

Automatically sort PGM item kits based on player preference

License

Notifications You must be signed in to change notification settings

calcastor/KitRecommender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KitRecommender

KitRecommender is a minecraft plugin that integrates with PGM to offer players automatically sorted kits based on their preferences.

This repository contains all the java code to:

  • Plugin Sort kits based on what the user does in the match
  • Plugin Predict kits based on what the user has historically done (configurable)
  • Plugin Store data on what users have historically been doing for model training purposes
  • Aggregator Aggregate the data per player to have data to test ML models on
  • Rewritter Rewrite data from parquet v2 to v1 format for compatibility (python library failed to support some v2 features).

The files created by collecting & aggregating data can be used python code hosted in KitModels to test and validate models.

About

Automatically sort PGM item kits based on player preference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%