Project - Bike Rental Forecasting

2 / 49

End to End Project - Bikes Assessment - Importing the libraries

We will import these libraries into the environment

  1. numpy: np
  2. pandas: pd
  3. sklearn - preprocessing, linear_model, StandardScaler, mean_squared_error
  4. matplotplib.pyplot: plt
  5. os

Please complete the code to import these libraries.


No hints are availble for this assesment

Answer is not availble for this assesment


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

Loading comments...