hdlib v2.0.0
New features:
- The
Vectorclass is now inhdlib.vector; hdlib.model.MLModelis nowhdlib.model.classification;hdlib.graph.Graphis nowhdlib.model.graph;- The
hdlib.parsermodule has been suppressed and its functions have been moved to examples/chopin2/chopin2.py; - New
hdlib.model.graph.GraphModel._error_rateandhdlib.model.graph.GraphModel._predictstatic methods for the estimation of the model error rate and the evaluation of a graph model in multiprocessing; - New
hdlib.model.regression.RegressionModelandhdlib.model.clustering.ClusteringModelclasses for building regression and clustering models respectively; - New examples about the classification of chemical structures and the classification of viral species via graph encoding.
Fixes:
hdlib.model.graph.GraphModel.error_mitigationdoes not take into account for false positives;hdlib.model.graph.GraphModel.error_rateandhdlib.model.graph.GraphModel.predictnow check whether an edge exist using weight-specific thresholds.