Project- Predicting Noisy Images using KNN Classifier

2 / 10

Predicting Noisy Images - Import Libraries

In this first step, we would import all the libraries required for this project.

INSTRUCTIONS
  1. Import Numpy as np

    import << your code goes here >> as np
    
  2. Import Pandas as pd

    import pandas as << your code goes here >>
    
  3. Import the gzip library

    << your code goes here >> gzip
    
  4. Import Matplotlib

    %matplotlib inline
    import << your code goes here >>
    
  5. Import Pyplot as plt

    import matplotlib.<< your code goes here >> as plt
    
Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...