osman - オスマン
osman - オスマン
Yes, my university uses microsoft sharepoint/onedrive. It would be awesome for DVC to support this platform.
Is this issue still active, it would be awesome to get hugging face logo
Count me in, I would love to help too.
there are three subjects, but those are for testing your pipeline. This way real dataset won't be visible to contestants but will be visible to your kaggle notebook, please add...
Well, I had this same error when I was trying to import `BasicMolGANModel`. I noticed, for some reason, that I wasn't able to install the latest version of the deepchem...
Can you guys add a tutorial about generating molecules from SMILES string to the tutorial Wishlist
> I have experience with using RDKit to visualize SMILES which fulfills @osbm request, and I could also investigate InCHI > > However, I am currently having difficulty with my...
Yes i am getting this error too
So this means metrics will be deleted from this repo in favor of the "evaluate" library? Maybe you guys could just redirect metrics to that library.
In that case using `NumpyDataset.to_dataframe().to_csv` would help: ```python import numpy as np X = np.random.rand(10, 10) dataset = dc.data.NumpyDataset(X=X) dataset.to_dataframe().to_csv("out.csv") ```