Andrew Tavis McAllister
Andrew Tavis McAllister
This issue is for discussing and potentially implementing a way for users to express disinterest in a title when calling [wikirec.model.recommend](https://github.com/andrewtavis/wikirec/blob/main/src/wikirec/model.py). The general idea now would be to allow users...
It would be helpful to be able to visualize the embeddings created by wikirec models, and one such way to achieve this is [t-SNE](https://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding). This would allow the results models...
Please use this issue to make suggestions for new models that could be added to wikirec. Suggestions would ideally include some of the following: - A blogpost or other source...
This issue is to discuss and implement keys for [wikirec.data_utils.input_conversion_dict](https://github.com/andrewtavis/wikirec/blob/main/src/wikirec/data_utils.py) to make it easier for people to find valid arguments to parse Wikipedia articles using [wikirec.data_utils.parse_to_ndjson](https://github.com/andrewtavis/wikirec/blob/main/src/wikirec/data_utils.py). Rather than needing to...
Please use this issue to suggest new arguments for [poli-sci-kit.appointment.methods](https://github.com/andrewtavis/poli-sci-kit/blob/main/src/poli_sci_kit/appointment/methods.py) functions if you know of a style of appointment variable that is not yet implemented. These new arguments can then...
The Adams method, as described [on Wikipedia](https://en.wikipedia.org/wiki/Highest_averages_method#Adams's_method), is another highest averages method that could be implemented. This method has been implemented in [voting](https://github.com/crflynn/voting), but lacks the allocation conditions that poli-sci-kit...
This issue is for adding LaTeX equations to the docstrings of all functions found in [poli_sci_kit.appointment.metrics](https://github.com/andrewtavis/poli-sci-kit/blob/main/src/poli_sci_kit/appointment/metrics.py). The style should be similar to those found in [poli_sci_kit.appointment.methods](https://github.com/andrewtavis/poli-sci-kit/blob/main/src/poli_sci_kit/appointment/methods.py). The following is an...
### Terms - [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-iOS/issues?q=is%3Aissue+label%3Afeature) - [X] I agree to follow Scribe-iOS' [Code of Conduct](https://github.com/scribe-org/Scribe-iOS/blob/main/.github/CODE_OF_CONDUCT.md) ### Description This issue would implement an option...
### Terms - [X] I have searched [open new keyboard issues](https://github.com/scribe-org/Scribe-iOS/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+keyboard%22) - [X] I agree to follow Scribe-iOS' [Code of Conduct](https://github.com/scribe-org/Scribe-iOS/blob/main/.github/CODE_OF_CONDUCT.md) - [X] This issue is about one language, and...
### Terms - [X] I have searched [open and closed design issues](https://github.com/scribe-org/Scribe-iOS/issues?q=is%3Aissue+label%3Adesign) - [X] I agree to follow Scribe-iOS' [Code of Conduct](https://github.com/scribe-org/Scribe-iOS/blob/main/.github/CODE_OF_CONDUCT.md) ### Description As of now there are some...