- 
                Notifications
    
You must be signed in to change notification settings  - Fork 107
 
Open
Description
in data/dataset.py
if self.train:
            # index of continous features are zero
            Xi_coutinous = np.zeros_like(dataI[:continous_features])
else:
            # index of continous features are one
            Xi_coutinous = np.ones_like(dataI[:continous_features])
Why are the indexes generated by the continuous variables of the training set and the test set zero and one respectively? And should index for each continuous variable be the same?
Metadata
Metadata
Assignees
Labels
No labels