Code Monkey home page Code Monkey logo

David Dooling's Projects

ml4tsa icon ml4tsa

Supplementary Material for Machine Learning for Time Series Analysis

mlwpy_code icon mlwpy_code

Code from the Pearson Addison-Wesley book Machine Learning with Python for Everyone

mlwpy_video_code icon mlwpy_video_code

Code to support the Addison-Wesley video series "Machine Learning with Python for Everyone"

modernpython icon modernpython

Sample code for the video course: Modern Python: Big Ideas, Little Code

newbreastcancer icon newbreastcancer

Breast Cancer Survival Curve prediction, the RF parameters: n_estimators = 20, max_depth = 15, max_features = .5

newcoloncancer icon newcoloncancer

RandomForestClassifier(bootstrap=True, class_weight=None, criterion='gini', max_depth=10, max_features=0.5, max_leaf_nodes=None, min_samples_leaf=1, min_samples_split=3, min_weight_fraction_leaf=0.0, n_estimators=25, n_jobs=5, oob_score=False, random_state=3, verbose=0, warm_start=False)

newlungcancer icon newlungcancer

rf = RandomForestClassifier(n_estimators=25,min_samples_split=3, max_depth = 11, max_features = .8, n_jobs=5,verbose=2,random_state=3)

newprostatecancer icon newprostatecancer

prostate cancer random forest app; includes rx_summ_radiation SEER variable

nlpia icon nlpia

Examples and libraries for "Natural Language Processing in Action" book

nxpd icon nxpd

Draw NetworkX graphs using pydot/graphviz, with support for IPython notebooks.

nyoka icon nyoka

Nyoka is a Python library to export ML/DL models into PMML (PMML 4.4 Standard).

onlineldavb icon onlineldavb

Online variational Bayes for latent Dirichlet allocation (LDA)

panda2neo4j icon panda2neo4j

Neo4J graph's Batch and real-time data import from Pandas

peartree icon peartree

peartree: A library for converting transit data into a directed graph for network analysis.

pet icon pet

This repository contains the code for "Exploiting Cloze Questions for Few-Shot Text Classification and Natural Language Inference"

plos icon plos

same as iobspaper but with the PLOS formatting and tex packages

pyaudioanalysis icon pyaudioanalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications

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.