helicalAI / helical

This repository contains the python package for Helical
https://www.helical-ai.com/
GNU Affero General Public License v3.0
53 stars 5 forks source link

Fix notebook errors #94

Closed JadSbai closed 4 weeks ago

JadSbai commented 1 month ago

Fix errors with notebooks. String conversion for adata row attribute (was object type) before writing to file. And manual split of anndata as it's not compatible with sklearn split function.