Loading
1 Follower
1 Following
VictorCallejas
Victor Callejas Fuentes

Organization

Tesla

Location

ES

Badges

2
1
1

Connect

Activity

Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
Mon
Wed
Fri

Ratings Progression

Loading...

Challenge Categories

Loading...

Challenges Entered

Small Object Detection and Classification

Latest submissions

No submissions made in this challenge.

Airborne Object Tracking Challenge

Latest submissions

See All
graded 132903
graded 132901

Machine Learning for detection of early onset of Alzheimers

Latest submissions

See All
failed 133202
failed 133160
failed 133146
Participant Rating
csbahushruth3 0
Participant Rating
csbahushruth3 0

ADDI Alzheimers Detection Challenge

Error not in AD Workbench but yes in the submission enviroment

Almost 3 years ago

This error appears only during submission and not in the AD Workspace.

cat_encoder = load_object('cat_encoder')

X_cat = pd.DataFrame(cat_encoder.transform(test[['intersection_pos_rel_centre']]).toarray())

X_test = test.drop(['row_id','intersection_pos_rel_centre'],axis=1)
X_test = X_test.join(X_cat)
X_test.head()
-----------------

ValueError: Input contains NaN

The error appears here:
X_cat = pd.DataFrame(cat_encoder.transform(test[['intersection_pos_rel_centre']]).toarray())

The thing is that there are NaNs but I have checked and it is already a category, and this is not a problem in the AD Workspace but only in submission enviroment.

Ds_shared_drive not in submission?

Almost 3 years ago

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

Ds_shared_drive not in submission?

Almost 3 years ago

I am getting the following error on submission, during this phase Build Packages And Env: DockerBuildError: Failed to install packages:

CellExecutionError: An error occurred while executing the following cell:

train = pd.read_csv(’/ds_shared_drive/train.csv’)
train.head()

This makes no sense to me. During install packages, training is executed?

Wrong notebook path on submission

Almost 3 years ago

Sure, thanks for the fast reply.

Wrong notebook path on submission

Almost 3 years ago

β€œnotebooks/” is being duplicated

VictorCallejas has not provided any information yet.