Modules
lore_sa.bbox
: BlackBox abstract class
Generic Black Box class witch provides two sklearn-like methods. |
lore_sa.dataset
: Dataset class
Generic class to handle datasets |
|
It provides an interface to handle datasets, including some essential information on the structure and semantic of the dataset. |
|
lore_sa.neighgen
: Neighborhood Generator classes
Random Generator creates neighbor instances by generating random values starting from the instance to explain |
|
Random Generator creates neighbor instances by generating random values starting from an input instance and pruning the generation around a fitness function based on proximity to the instance to explain |
lore_sa.discretizer
: Discretizer classes and functions
lore_sa.encoder_decoder
: Encoder/Decoder classes and functions
Generic class to implement an encoder/decoder |
|
It provides an interface to access One Hot enconding (https://en.wikipedia.org/wiki/One-hot) functions. |
|
It provides an interface to access Label enconding functions. |
|
It combines different encoders/decoders over a table dataset |
lore_sa.explanation
: Explanation classes and functions
Special json encoder for Rule types |
|
lore_sa.rule
: Rule classes and functions
Special json encoder for Rule types |
|
Utility object to define a logical expression. |
lore_sa.surrogate
: Surrogate classes and functions
Generic surrogate class |
|