Giter Site home page Giter Site logo

fast-data-analysis's Introduction

Fast-Data-Analysis

This is a workspace building fast data analysis toolkits.

The first paradigm is a RandomForestClassifier for an artifical dataset quoted from Andrew Cross.random-forests-in-python-with-scikit-learn

The second paradigm is for a general data analysis model for real-world datasets. Its main framework is from Sunil Ray.Build a Predictive Model in 10 Minutes (using Python) Some revisions are made based on Sunil's framework.

The intended datasets used in paradigm 2 are train.csv and test.csv, both from the SF Salaries dataset on Kaggle. The original dataset was divided into train.csv and test.csv from the 105000th data sample.

In the latest version of paradigm 2, the datasets are train_r.csv and test_r.csv. Both of these two datasets contains only 200 data samples. In another word, train_r.csv contains data sample from 1st to 199th, test_r.csv from 200th to 399th.

The np.asarray( ) function in paradigm 2 is memory consuming, leading to the use of datasets train_r.csv and test_r.csv.

In conclusion, paradigm 1 and 2 are both runnable now, althoough paradigm 2 may be memory consuming while running. Further modification to paradigm 2, especially the np.asarray( ) part, will be done if time permits.

fast-data-analysis's People

Contributors

peidong-wang avatar

Watchers

 avatar  avatar

Forkers

jupiterethan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.