Location
Badges
Activity
Ratings Progression
Challenge Categories
Participant | Rating |
---|
Participant | Rating |
---|
-
theSureThing Novartis DSAI ChallengeView
Novartis DSAI Challenge
Log Loss and F1 on Leaderboard different from "PUBLIC_F1" and "PUBLIC_LOGLOSS"
Almost 5 years agoThanks @shivam. That was just it. Works now.
RAW DATA now available in shared folder
Almost 5 years agoThanks for making the raw data available in this more approachable manner. Is there a way to share the data dictionary of the raw data, or instructions on how to get the data dictionary through Informa API?
I ask because the master data dictionary provided under βResourcesβ is not complete. Many variablesβ descriptions are missing or not informative. Examples:
-
βstrTerminationReasonβ: what does is mean when this variable is ββ (empty string)?
-
βTherapyDescriptionβ, βstrStudyDesignβ, βstrPrimaryEndpointβ, βstrPatientPopulationβ, βDrugDeliveryRouteDescriptionβ: all missing variable description.
Itβd be helpful if we could know how are these variables collected: free text in some trial registry? Or hopefully some more structured meta-data with which we could engineer some features out of the long text values. e.g. we want to create a new endpoint category: biomarker, survival, etc.
-
βintpriorapprovalβ: missing description. What do β[]β and β[0]β mean?
-
βdrugCountryNameβ: missing description, not in the script documentation, and are all a big string separated by β|β for all rows (see screenshot below)
Copy/Paste into the workspace example:
Almost 5 years agoThis link seems to direct to an XML file and it says βAccessDeniedβ.
What is being evaluated during submission?
About 5 years agoIs the predict.R or predict.py script run in the queue when we submit a solution through SSH? If thatβs the case, how do we know where is the test dataset in the evaluation environment?
Also, is there a way to get the log file when the GitLab issue says evaluation is failed to debug what might have been wrong?
Thanks.
How to use conda-forge or CRAN for packages in evaluation?
Almost 5 years ago@bjoern.holzhauer Hi Bjoern were you successful in using
glmnet
during evaluation by adding- r-glmnet 2.0_16
to the environment.yml file? Thx.