{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import numpy as np\n", "import matplotlib.pyplot as plt\n", "\n", "from sklearn.metrics import classification_report, accuracy_score, confusion_matrix, precision_score, recall_score, f1_score" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | row | \n", "col | \n", "latitude | \n", "longitude | \n", "Map Data | \n", "label | \n", "label_ground | \n", "
|---|---|---|---|---|---|---|---|
| 0 | \n", "0 | \n", "1 | \n", "18.89433 | \n", "72.794102 | \n", "Prongs Reef is a Natural; | \n", "2 | \n", "2 | \n", "
| 1 | \n", "0 | \n", "2 | \n", "18.89433 | \n", "72.803607 | \n", "United Services Club Golf Course is a Leisure ... | \n", "2 | \n", "2 | \n", "
| 2 | \n", "0 | \n", "3 | \n", "18.89433 | \n", "72.813112 | \n", "Indian Meterological Department is a Commercia... | \n", "4 | \n", "4 | \n", "
| 3 | \n", "0 | \n", "13 | \n", "18.89433 | \n", "72.908163 | \n", "Uran Naval Base is a Landuse: Military; | \n", "3 | \n", "3 | \n", "
| 4 | \n", "0 | \n", "14 | \n", "18.89433 | \n", "72.917668 | \n", "Uran Naval Base is a Landuse: Military; | \n", "3 | \n", "3 | \n", "