COM6018 Data Science with Python
Lab Class 6 Preview
We will use Scikit-Learn to build a landmine detection and classification model.
Features:
- Voltage (V) :Output voltage value from a magnetic sensor
- High (H): The height of the sensor from the ground.
- Soil Type (S): A value that corresponds to the amount of moisture in the soil
The output label that we wish to predict is one of 5 classes:
- 1: No Landmine
- 2: Anti-Tank Mine
- 3: Anti-Personnel Mine
- 4: Booby trapped Anti-Tank Mine
- 5: M14 Anti-Personnel Mine