Coder Social home page Coder Social logo

clseitz / datainsight Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chrisjcc/datainsight

0.0 2.0 0.0 24.49 MB

Dedicated area for the development of data insight in the area of predictive analytics from churn prediction, fraud detection, and general machine learning and artificial intelligence.

Jupyter Notebook 99.69% Python 0.31%

datainsight's Introduction

DataInsight

==============

About the repository

Postdoctoral Researcher at Deutsches Elektronen-Synchrotron

Creators: Christian Contreras-Campana, PhD
               

Dedicated area for the development data insight in the area of predictive analytics from churn prediction, fraud detection, and general maching learning modeling

This repository contains an example jupyter notebook. The DataInsight directory has the data science visualization, optimization, feature selection, deep neural network model, and utilities toolkits.

Installation

The DataInsight toolkit repository may be install using pip. Use the following command:

pip install -e git+https://github.com/chrisjcc/DataInsight#egg=DataInsight --process-dependency-links

Development

For the purposes of code development the pip install version will need to be removed. Use the following command:

pip uninstall DataInsight

Then a local copy of the git repository will need to be checked out. These are the instructions on how to install and run local package:

  1. Inside repository:
python setup.py install
  1. Start Jupyter notebook or restart Jupyter notebook depending on your circumstance.

  2. Import the package using:

from neural_network import *

# Existing folder

cd existing_folder

git init

git remote add origin git+https://github.com/chrisjcc/DataInsight

git add .

git commit -m "Initial commit"

git push -u origin master

# Existing Git repository

cd existing_repo

git remote rename origin old-origin

git remote add origin git+https://github.com/chrisjcc/DataInsight

git push -u origin --all

git push -u origin --tags


Available hyper-parameter optimization techniques:

- GridSearchCV/RandomizedSearchCV: Exhaustive/Randomized parameter searches
- HyperOpt: Sequetial model-based optimization via Bayesian optimization with Gaussian Process or Tree-sturctured of Parzen Estimators (TPE) 
- Bayes_Opt Bayesian optimization constructing a posterior distribution of functions for gaussian process, 
- SkOpt: Bayesian optimization with acquisition function: Expected improvement (EI), Lower Confidence bound (LCB), and Probability Improvement (PI) 
- Optunity: Primarily based on PSO

datainsight's People

Contributors

chrisjcc avatar

Watchers

James Cloos avatar Claudia Seitz 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.