Matthew Sun

Results 12 issues of Matthew Sun

Currently, scores operate in silos (except for election-related scores, which are a special case). For example, if you want a score to keep track of BVAP and another score to...

enhancement

(Possibly as a flag to `Partition` constructor method) Allow users to easily generate a seed plan of contiguous districts, with their own specified # of districts

enhancement

Ensembles can come from any source/algorithm (not just GerryChain) and I think it's helpful for our library to have a way to run scoring functions on a pre-generated list of...

enhancement

If a user runs two chains, I think it's nice/helpful for them to be able to compare the results of those chains on the same boxplot/histogram to see how tweaking...

enhancement

The `bbox_to_anchor` argument allows the user to specify an optional position for the location of the legend on the graph. We should explicitly allow `bbox_to_anchor::Union{Nothing,Tuple}` to be passed to `score_histogram`...

enhancement
good first issue

Hi there, Thank you so much for making this GitHub repo! My team is attempting to replicate on the UCF-101 dataset. So far, we have run the following steps: -...

In `setup.py`, we manually specify the subpackages in `trecs` by listing them: `trecs.models`, `trecs.components`, etc. It would be better if we could just use the `find_packages()` functionality that already comes...

enhancement

A fairly easy fix - simply remove the recommended item indices from the item indices passed into `choose_interleaved_items`.

enhancement

Currently, num_items_per_iter in `test_BassModel.py` is set to 1. This should be varied to other numbers for more robust testing.

enhancement

Currently, the Bass model implemented in `rec/models/bass.py` has one infection threshold for all users. An extension of this would be to allow each user to have their own unique infection...

enhancement