Closed miquelduranfrigola closed 9 months ago
Hi @HellenNamulinda I have quickly had a look and it looks good to me. Feel free to close the issue or leave it open.
I will close this
Hi @HellenNamulinda
I've quickly checked the setup.py
file. I think the classifiers
are not yet specified. We can start from python 3.10
in my opinion. Also, the keywords are somewhat redundant: explainable ai
is equivalent to xai
. Also, please check consistency between having a hyphen or not. Why drug-discovery
has a hyphen and machine learning
doesn't? Just pick a rule (hyphen or not hyphen) and stick to it.
@miquelduranfrigola, I will adjust those in the next PR.
This was addressed in the commit: https://github.com/ersilia-os/xai4chem/commit/adff61ccb69b42397ee53dd1b0154abc2e475c2d
This repository should have the structure of a Python package. @HellenNamulinda you can gain inspiration from other Ersilia repositories such as lazy-qsar or stylia.
In short, I typically like to have:
src
orxai4chem
folder where the package code resides.notebooks
folder where I do my analyses and data processingscripts
folder where I have executable pipelines, also for analyses.assets
folder where I keep image files etc.data
folderresults
foldersetup.py
, aLICENSE
, etc.