Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 792 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 792 Bytes

Tesseract

Tesseract is a library for performing diverse feature selection for linear regression problems using spectral regularizers.

Instruction

  1. install the dependencies (mentioned below)
  2. create a directory named tests in the root directory
  3. run "make" for compiling lib, unit/integration tests (goes inside tests dir) and documentation
  4. run "make check" for running the tests

Dataset

  • MNIST dataset is obtained from here
  • Boston Housing dataset is obtained from here

Dependencies