Skip to content

Commit

Permalink
removing stale static dir for complex datasets [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Nov 23, 2019
1 parent 9ae17d8 commit 0c99e19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
42 changes: 0 additions & 42 deletions pyradigm/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,45 +524,3 @@ def data_and_labels(self):
'Switch to the latter ASAP.'))
return self.data_and_targets()


def __dir__(self):
""""""

return ['add_attr',
'add_dataset_attr',
'add_samplet',
'attr',
'attr_summary',
'compatible',
'data',
'data_and_targets',
'dataset_attr',
'del_samplet',
'description',
'dtype',
'extend',
'feature_names',
'from_arff',
'get',
'get_class',
'get_data_matrix_in_order',
'get_feature_subset',
'get_subset',
'glance',
'num_features',
'num_samplets',
'num_targets',
'random_subset',
'random_subset_ids',
'random_subset_ids_by_count',
'rename_targets',
'sample_ids_in_class',
'samplet_ids',
'save',
'shape',
'summarize',
'target_set',
'target_sizes',
'targets',
'train_test_split_ids',
'transform']
41 changes: 0 additions & 41 deletions pyradigm/regress.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,44 +439,3 @@ def __format__(self, fmt_str='s'):
def __repr__(self):
return self.__str__()


def __dir__(self):
""""""

return ['add_attr',
'add_dataset_attr',
'add_samplet',
'attr',
'attr_summary',
'compatible',
'data',
'data_and_targets',
'dataset_attr',
'del_samplet',
'description',
'dtype',
'extend',
'feature_names',
'from_arff',
'get',
'get_data_matrix_in_order',
'get_feature_subset',
'get_subset',
'get_target',
'glance',
'num_features',
'num_samplets',
'num_targets',
'random_subset',
'random_subset_ids',
'random_subset_ids_by_count',
'samplet_ids_with_target',
'samplet_ids',
'save',
'shape',
'summarize',
'target_set',
'target_sizes',
'targets',
'train_test_split_ids',
'transform']

0 comments on commit 0c99e19

Please sign in to comment.