An open API service indexing awesome lists of open source software.

https://github.com/nanxstats/elden-ring-boss-clustering

Cluster analysis of Elden Ring bosses (pre-DLC)
https://github.com/nanxstats/elden-ring-boss-clustering

elden-ring hdbscan unsupervised-random-forest

Last synced: 3 months ago
JSON representation

Cluster analysis of Elden Ring bosses (pre-DLC)

Awesome Lists containing this project

README

          

# Cluster analysis of Elden Ring bosses

A cluster analysis of Elden Ring bosses (pre-DLC) based on enemy stats data
(game version 1.10, New Game). Uses unsupervised random forests to get
proximity matrix and HDBSCAN for clustering.

## Reproducibility

First, restore the renv environment:

```r
renv::activate()
renv::restore()
```

Then, run the code in `clustering.R`.