Alireza Hosseini
Alireza Hosseini
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
i want minimize network time in other words: each vehicle time should be minimized as possible 1- this means force all vehicle to service locations 2- and balance number of...
I think it would be great to have a native command line downloader for downloading tagger models. Just like [NLTK](http://nltk.org/) and [spaCy](https://spacy.io): ``` python -m nltk.downloader all python -m spacy...
I've previously created [this issue](https://github.com/sobhe/hazm/issues/195#issue-856195350) and suggested this feature to have basic cli commands for downloading latest resources automatically. This implementation adds following commands and can be easily modified and...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
This PR changes the `\cvtag` command to `cvtags` which takes a comma-separated list of tags as its argument and inserts line break between tags based on `\linewidth` and sum of...
In chapter 9's notebook cell 100: ```python resolution = 100 grid = np.arange(-10, 10, 1 / resolution) xx, yy = np.meshgrid(grid, grid) X_full = np.vstack([xx.ravel(), yy.ravel()]).T pdf = np.exp(gm.score_samples(X_full)) pdf_probas...
can you make a new clover for Catalina too?