.. Silas documentation master file, created by sphinx-quickstart on Mon Nov 19 12:49:44 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Glossary ======== .. toctree:: :maxdepth: 2 :caption: Contents: .. _dict-feature: Feature """"""" A.k.a. an attribute of a data set. .. _dict-instance: Instance """""""" A data instance is a data entry/record/sample of a data set. .. _dict-metadata: Metadata """""""" The information/data that describes the actual data set. .. _dict-sanitise: Data sanitisation """""""""""""""""" A data processing procedure that transforms the data into a format that is compliant with the requirement of the machine learning tool. For example, it includes dealing with missing data. .. _dict-nary: Nary """" A nary function is a function that takes n parameters. .. _dict-introspect: Introspect """""""""" Examine a predictive model and obtain a feeling of how it works. .. Indices and tables .. ================== .. * :ref:`genindex` .. * :ref:`modindex` .. * :ref:`search`