0 Follower
0 Following
gabe_taylor
Location
Badges
1
0
0
Activity
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Mon
Wed
Fri
Ratings Progression
Loading...
Challenge Categories
Loading...
Challenges Entered
Play in a realistic insurance market, compete for profit!
Latest submissions
See Allgraded | 113143 | ||
graded | 113132 | ||
graded | 113131 |
Participant | Rating |
---|
Participant | Rating |
---|
gabe_taylor has not joined any teams yet...
Insurance pricing game
Installing/importing python packages
About 4 years agoI feel like I have followed all the provided instructions, but Iβm still unable to make a successful submission.
I named the package in the Config class
and I have imported it in the appropriate place.
I have attempted uploading a zip file and including the packages in the requirements.txt file to no avail. I also attempted installing and loading the packages within each function as suggested in another discussion post. Am I missing an extra step or have I overlooked some instruction?
[EDIT]:
Here is the most recent error:
"DockerBuildError: The command '/bin/sh -c apt -qq update && apt -qq install -y xgboost && rm -rf /var/lib/apt/*' returned a non-zero code: 100"
gabe_taylor has not provided any information yet.
Installing/importing python packages
About 4 years agoHi @jyotish,
Thanks for getting back to me. I modified my
Config
class to include my python packages only in theADDITIONAL_PACKAGES
list and I ensured the load model function works (no errors):Yet, Iβm still failing to submit successfully.