MLT Experiment 2
MLT Experiment 2
Aim: -
For a given set of training data examples stored in a .CSV file, Implement and demonstrate
the Candidate Elimination algorithm to output a description of the set of all hypotheses
consistent with the training examples.
4. Remove any hypotheses in general_h that are more specific than any hypothesis in
specific_h.
Program Code: -
# --> PRATEEK 2201921539010 <--
import numpy as np
import pandas as pd
Dataset: -
Output: -