Can Ergen
Can Ergen
Currently this function fails if the file exists: https://chanzuckerberg.github.io/cellxgene-census/_autosummary/cellxgene_census.download_source_h5ad.html#cellxgene_census.download_source_h5ad. While this is intended behavior: _[ValueError](https://docs.python.org/3/library/exceptions.html#ValueError) – if the path already exists (i.e., will not overwrite an existing file), or is...
Hi, this is more a developer question, then a bug report. I want to load classifiers like across different environments: ``` knn = make_pipeline( PyNNDescentTransformer( n_neighbors=self.classifier_dict["n_neighbors"], n_jobs=settings.n_jobs, ), KNeighborsClassifier(metric="precomputed", weights=self.classifier_dict["weights"]),...