Git Product home page Git Product logo

handset-model-product-nn's Introduction

handset-model-product-nn

Telenor Handset Model with Product-based Neural Networks

This repository explores a binary classification problem through...

  1. feature selection
  2. xgboost
  3. wide&deep (Google)
  4. complementary neural networks (cmtnn)
  5. product-based neural networks (pnn) (main focus)

note 1: the relevant papers are included in the papers directory

note 2: the company data has not been included in this repository

For an overview, refer to the presentation directory.

The specific results obtained from different models are in the results directory.


label column: "TARGET_S_TO_S_APPLE"

Split IDs and their contents (produced via handset_model_current.py):

  • id=1: all features
    • dropped: ['Unnamed: 0', 'ID', 'MPP_NET_DISCOUNT_OTHER_FEE']
    • categorical and binary encoded as -1/1
    • standardized numerical

standardized numerical and categorical/binary encoded as 0/1:

  • id=2: sklearn selectKBest w/ f_classif features
  • id=3: all cat features
  • id=4: all features selected in feature_selection directory
  • id=5: f_classif features, cat vars without any encoding
  • id=6: features from COLS_TERM (look in handset_model_current.py)

note: refer to features in the feature_selection directory


note: handset_model_original.py was written for python 2.7 while handset_model_current.py has been debugged (and further modified) for python 3.6

handset-model-product-nn's People

Contributors

chen10an avatar

Watchers

 avatar

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.