File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
tests/unit/dataset_classes Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212from sklearn .model_selection import train_test_split
1313
1414from chebai .preprocessing .datasets .base import _DynamicDataset
15- from chebai .preprocessing .datasets .go_uniprot import (
15+ from chebai .preprocessing .datasets .deepGO . go_uniprot import (
1616 AMBIGUOUS_AMINO_ACIDS ,
1717 EXPERIMENTAL_EVIDENCE_CODES ,
1818 GOUniProtOver250 ,
Original file line number Diff line number Diff line change 66from iterstrat .ml_stratifiers import MultilabelStratifiedShuffleSplit
77from jsonargparse import CLI
88
9- from chebai .preprocessing .datasets .go_uniprot import DeepGO1MigratedData
9+ from chebai .preprocessing .datasets .deepGO . go_uniprot import DeepGO1MigratedData
1010
1111
1212class DeepGo1DataMigration :
Original file line number Diff line number Diff line change 55import pandas as pd
66from jsonargparse import CLI
77
8- from chebai .preprocessing .datasets .go_uniprot import DeepGO2MigratedData
8+ from chebai .preprocessing .datasets .deepGO . go_uniprot import DeepGO2MigratedData
99
1010
1111class DeepGo2DataMigration :
Original file line number Diff line number Diff line change 66import networkx as nx
77import pandas as pd
88
9- from chebai .preprocessing .datasets .go_uniprot import _GOUniProtDataExtractor
9+ from chebai .preprocessing .datasets .deepGO . go_uniprot import _GOUniProtDataExtractor
1010from chebai .preprocessing .reader import ProteinDataReader
1111from tests .unit .mock_data .ontology_mock_data import GOUniProtMockData
1212
Original file line number Diff line number Diff line change 55import networkx as nx
66import pandas as pd
77
8- from chebai .preprocessing .datasets .go_uniprot import _GOUniProtOverX
8+ from chebai .preprocessing .datasets .deepGO . go_uniprot import _GOUniProtOverX
99from tests .unit .mock_data .ontology_mock_data import GOUniProtMockData
1010
1111
Original file line number Diff line number Diff line change 7070 }
7171 },
7272 "outputs" : [],
73- "source" : " from chebai.preprocessing.datasets.go_uniprot import GOUniProtOver250"
73+ "source" : " from chebai.preprocessing.datasets.deepGO. go_uniprot import GOUniProtOver250"
7474 },
7575 {
7676 "cell_type" : " code" ,
You can’t perform that action at this time.
0 commit comments