Skip to content
Snippets Groups Projects
Commit 94929cb9 authored by Alice Brenon's avatar Alice Brenon
Browse files

Taking superdomains out to a Classification module which will perhaps someday...

Taking superdomains out to a Classification module which will perhaps someday contain the tools used for prediction
parent 9d197406
No related merge requests found
File moved
File moved
......@@ -20,7 +20,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
from argparse import ArgumentParser
from GEODE.Metadata import article, articleKey, paragraph, paragraphKey, \
fromKey, relativePath, toKey, uid
from GEODE.Metadata.Domains import superdomains
from GEODE.Classification import superdomains
from GEODE.Store import corpus, Directory, SelfContained, tabular, toTSV
from GEODE.Visualisation import densityProfile, heatmap
from GEODE.Visualisation.ConfusionMatrix import drawConfusionMatrixCLI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment