Skip to content

Feature extraction speedup, bugfixes and model code.

Latest
Compare
Choose a tag to compare
@madelonhulsebos madelonhulsebos released this 22 Feb 10:57
· 5 commits to master since this release
5b3ac69

This release provides:

  • a significant speedup and memory reduction of the feature extraction phase,
  • bugfixes in the feature extraction pipeline,
  • the code of the original model architecture (tensorflow keras),
  • alignment of the SherlockModel class with the scikit-learn API (i.e. w/ fit, predict, predict_proba methods),
  • improved notebooks demonstrating 1) full reproduction of the feature extraction and model training/evaluation pipelines, 2) out-of-the-box usage of the Sherlock model for a given table, 3) how performance can be improved with additional classifiers.

Contributions by:
@lowecg
@madelonhulsebos