Ayaan Hossain
Ayaan Hossain
As you know, the NW algorithm can be customized with different costs for indels, substitutions, gap opening and gap extension. I understand everything is unit-cost in this algorithm, but is...
Hi, would it be possible for you to publish gz-sort as a standard linux package that may be installed system wide with standard ```apt-get install```? Thanks!
This looks promising! Can you compare this package with edlib (https://github.com/Martinsos/edlib) for time and memory performances for NW, and semi-global cases?
Hello, is it possible to specify a custom annotation file instead of relying on the shipped ones? Because, the gene track plotting runs into error when using custom references, or...
Hi! This is a very nice tool that I just learnt about. Looking in the docs, this is offered as a command line tool, which is nice. But, given that...
Hello, let me begin by saying I really appreciate UMAP, and have used the non-parametric version in the past. I recently learned about the Parametric UMAP, and wanted to give...
### Describe the issue linked to the documentation Currently most ensembling methods in `scikit-learn` such as [bagging methods](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html), and independent multioutput classes ([`MultiOutputClassifier`](https://scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html) and [`MultiOutputRegressor`](https://scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html)) use the `estimator` parameter during...
Excellent package and a super large array of algorithms! Thank you! Would it be possible to slowly support the option to support `versbose` and `random_state` parameters just like `scikit-learn`? Not...