-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update python functions to adhere to simpler standards and pre-format data #246
Comments
Clarification on
|
A few questions: 1- on what to import, i'd say we keep everything (except for |
Just for clarification:
|
First off: please remove the
|
We discussed some basic alterations to the python functions that are described in the
doc-update
branch here:https://github.com/PNNL-CompBio/coderdata/blob/doc-update/README.md
These changes entail:
dataset
list
,download
, andload
for the CoderData packagedataset
object including:train_test_validate
(already exists),save
,types
andformat
This will resolve #228 and #229, which I will close as duplicates.
The text was updated successfully, but these errors were encountered: