deployment

class poi_interlinking.core.StrategyEvaluator(encoding='latin')[source]

This class implements the pipeline for various strategies.

hyperparamTuning(dataset)[source]

A complete process of distinct steps in figuring out the best ML algorithm with optimal hyperparameters that fit the dataset for the toponym interlinking problem.

Parameters

dataset (str) – Name of the dataset to use for training and evaluating various classifiers.

evaluate(dataset)[source]

Train and evaluate supported ML algorithms with custom hyper-parameters on dataset.

Parameters

dataset (str) – Name of the dataset to use for training and evaluating various classifiers.

Return Home