| Location | Pincode |
|---|---|
| Pin code of Vidyut Nagar (Gautam Buddha Nagar) | 201008 |
| Pin code of Noida, Sector 12, Sector 16, Sector 27 | 201301 |
| Pin code of Noida Sector 30, Sector 37, Sector 45 | 201303 |
| Pin code of Maharishi Nagar | 201304 |
| Pin code of Nepz Post Office | 201305 |
| Pin code of I.A. Surajpur | 201306 |
| Pin code of Noida Sector 55, Sector 34 | 201307 |
| Pin code of Noida Sector 62 | 201309 |
| Pin code of Alpha Greater Noida | 201310 |
| Pin code of Dadri | 203207 |
# Calculate similarities using NearestNeighbors anime_nn = NearestNeighbors(n_neighbors=3) manga_nn = NearestNeighbors(n_neighbors=3)
# Get distances and indices of similar anime and manga anime_distances, anime_indices = anime_nn.kneighbors([[user_rating]]) manga_distances, manga_indices = manga_nn.kneighbors([[user_rating]])
anime_recommendations, manga_recommendations = get_recommendations(user_genre, user_rating)
Regional Transport Office (RTO), which is responsible for vehicle registration in India provides 2 digit unique code to each district followed by a number indicating the area or location within the district. For example, UP 16 is known as state Utter Pradesh and 16 is code for Noida
# Calculate similarities using NearestNeighbors anime_nn = NearestNeighbors(n_neighbors=3) manga_nn = NearestNeighbors(n_neighbors=3)
# Get distances and indices of similar anime and manga anime_distances, anime_indices = anime_nn.kneighbors([[user_rating]]) manga_distances, manga_indices = manga_nn.kneighbors([[user_rating]])
anime_recommendations, manga_recommendations = get_recommendations(user_genre, user_rating)
Subscribe to Our newsletter to get updates on site and other useful information