AlexHuang2

Results 5 comments of AlexHuang2

[See here](https://github.com/iankhr/armagarch/pull/6#issuecomment-1183838062)

This is my current working solution (some modification may be needed to integrate in with the rest of the package's code seamlessly): 1) add `from statsmodels.tsa.arima.model import ARIMA` to the...

In addition to vanilla cosine similarity I would also propose sliding window maximum cosine similarity as outlined in Section 3.2.1 of [Sentence Similarity Techniques for Short vs Variable Length Text...

For 7a on page 11 can't we just use counting sort to place the n-k integers in an array of size n, then loop through the array to see which...

For example, if k=2, n=5, and the numbers are {1,4,2}, you use counting sort to place them in the respective slots in the length 5 array [1, 2, nan, 4,...