Skip to content

abhinandanchakraborty/datascience_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Test

This repository contains two python files:

  • airquality.py
  • orgate.py

You will find the questions and resources in each of them. You can use python 2.7 or python 3.

Required libraries:

  • pandas>=0.20.3
  • scikit-learn>=0.18

airquality.py

  1. Download the dataset from https://archive.ics.uci.edu/ml/datasets/Air+quality and save the .csv file into /data

  2. Load the dataset into pandas data frame

  3. Create a timeseries data frame

  4. Remove all the values of NO2(GT) greater than 100 from march 2005 till june 2005

orgate.py

  1. Implement logical OR gate using neural network and scikit learn library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%