Search Results for "clinical decision tree"

Showing 61 open source projects for "clinical decision tree"

View related business solutions
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 1
    Repo of Tree of Thoughts (ToT)

    Repo of Tree of Thoughts (ToT)

    Implementation of "Tree of Thoughts

    Language models are increasingly being deployed for general problem-solving across a wide range of tasks, but are still confined to token-level, left-to-right decision-making processes during inference. This means they can fall short in tasks that require exploration, strategic lookahead, or where initial decisions play a pivotal role. To surmount these challenges, we introduce a new framework for language model inference, Tree of Thoughts (ToT), which generalizes over the popular Chain...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DecisionTree.jl

    DecisionTree.jl

    Julia implementation of Decision Tree (CART) Random Forest algorithm

    Julia implementation of Decision Tree (CART) and Random Forest algorithms.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Awesome Decision Tree Papers

    Awesome Decision Tree Papers

    A collection of research papers on decision, classification, etc.

    A collection of research papers on decision, classification and regression trees with implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    LightGBM

    Gradient boosting framework based on decision tree algorithms

    LightGBM or Light Gradient Boosting Machine is a high-performance, open source gradient boosting framework based on decision tree algorithms. Compared to other boosting frameworks, LightGBM offers several advantages in terms of speed, efficiency and accuracy. Parallel experiments have shown that LightGBM can attain linear speed-up through multiple machines for training in specific settings, all while consuming less memory. LightGBM supports parallel and GPU learning, and can handle large...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 5
    dtreeviz

    dtreeviz

    Python library for decision tree visualization & model interpretation

    A python library for decision tree visualization and model interpretation. Decision trees are the fundamental building block of gradient boosting machines and Random Forests(tm), probably the two most popular machine learning models for structured data. Visualizing decision trees is a tremendous aid when learning how these models work and when interpreting models. The visualizations are inspired by an educational animation by R2D3; A visual introduction to machine learning. Please see How...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Synthea Patient Generator

    Synthea Patient Generator

    Synthetic Patient Population Simulator

    ... by numerous academic publications. Our synthetic populations provide insight into the validity of this research and encourage future studies in population health. Synthetic data establishes a risk-free environment for Health IT development and experimentation. This includes the evaluation of new treatment models, care management systems, clinical decision support, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ModelFox

    ModelFox

    ModelFox makes it easy to train, deploy, and monitor ML models

    ... learning model by running modelfox train with the path to a CSV file and the name of the column you want to predict. The CLI automatically transforms your data into features, trains a number of linear and gradient boosted decision tree models to predict the target column, and writes the best model to a .modelfox file. If you want more control, you can provide a config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenEMR
    OpenEMR is an open source medical practice management application (EHR EMR PMS) featuring fully integrated electronic health records, scheduling, electronic billing, internationalization, free support, a vibrant community, and a whole lot more.
    Leader badge
    Downloads: 624 This Week
    Last Update:
    See Project
  • 9
    treeminder

    treeminder

    a free mind mapping tool, to especially assist decision making

    I've been trying to develop an idea of a project, but the wide range of possibilities with all their outcomes, cons and pros and whatnot got my mind overloaded. There was no way I could keep or process that much information with my bare mind. So, I've checked the mind mapping tools available in the market, both free and commercial ones, yet they were either clunky or overkilling for my needs. Thus, I've made my own thing, and decided to share it with everyone who might find it useful for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • 10
    Toxtree: Toxic Hazard Estimation

    Toxtree: Toxic Hazard Estimation

    Toxicity prediction for chemical compounds

    A GUI application which estimates toxic hazard of chemical compounds. The latest version includes the following toxicity prediction modules: -Cramer rules (oral toxicity) -Toxicity mode of action via Verhaar scheme -Skin irritation and Eye irritation prediction -Benigni / Bossa rulebase for mutagenicity and carcinogenicity prediction -START biodegradation and persistence prediction -Skin sensitisation reactivity domain -Kroes TTC Decision tree -SMARTCyp - Cytochrome P450-Mediated Drug...
    Leader badge
    Downloads: 163 This Week
    Last Update:
    See Project
  • 11
    ASCII Art

    ASCII Art

    Real-Time ASCII Art Rendering Library

    A header-only, C/C++ library that lets you transform an input image or video frame into printable ASCII characters in real-time using a single decision tree. ASCII Art is a single header, C/C++ library developed by PixLab and based on the work of Nenad Markus that let you transform an input image or video frame into printable ASCII characters at real-time using a single decision tree. Real-time performance is achieved by using pixel intensity comparison inside the internal nodes of the tree.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Varied Tree Weka Package

    Random Tree-based classifier featuring multiple node tests.

    Weka package extension with custom decision tree classifier (based on Random Tree) generating three different tests in its nodes: traditional value test (e.g. x1 < 3.4), relational test (e.g. x1 < x2) and weighted relational test (e.g. x1 < 0.78 * x2). Decision on node level is made based on weighted vote made by each test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Forecasting Best Practices

    Forecasting Best Practices

    Time Series Forecasting Best Practices & Examples

    Time series forecasting is one of the most important topics in data science. Almost every business needs to predict the future in order to make better decisions and allocate resources more effectively. This repository provides examples and best practice guidelines for building forecasting solutions. The goal of this repository is to build a comprehensive set of tools and examples that leverage recent advances in forecasting algorithms to build solutions and operationalize them. Rather than...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CodelPlant

    CodelPlant

    Codelplant stat. multi-regression M-learning for leaves segmentation

    CodelPlant is based on the creation of a statistical multi-regression decision tree from data obtained by pixel RGB-HSB machine learning analysis. The model is training with human observation, so the human factor is being entered the process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple Value Tree is an Excel Add-in for Multiple-Criteria Decision Analysis (MCDA). This Add-in was created by Huong Lien Le and Gilberto Montibeller in 2017, and further developed by Hangchen Zhu in 2018.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Provides a centralized and national (US) support for testing and comparing immunization forecasters. A clinical decision support system that gives immunization recommendations for a specific patient is called a forecaster. The TCH forecaster is built to compare how these systems perform given a set of predefined tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GDL Editor

    GDL Editor

    Computerized guideline editor for clinical decision support

    The GDL editor is multiplatform application that allows users to create, edit and run GDL files. GDL is a formal language designed to represent clinical knowledge for decision support. It is designed to be natural language- and reference terminology- agnostic by leveraging the designs of openEHR Reference Model and Archetype Model. The tool provides an editing and testing environment capable of generating forms based on the elements defined in the GDL. Requirements: Java Runtime...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    MYRA

    MYRA

    A collection of ACO algorithms for the data mining classification task

    MYRA is a collection of Ant Colony Optimization (ACO) algorithms for the data mining classification task. It includes popular rule induction and decision tree induction algorithms. The algorithms are ready to be used from the command line or can be easily called from your own Java code. They are build using a modular architecture, so they can be easily extended to incorporate different procedures and/or use different parameter values. This project is now hosted at: https://github.com/febo...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    faif

    faif

    C++ header only library with AI and bioinformatics algorithms

    C++ header only library, small and fast; Naive Bayesian Classifier, Decision Tree Classifier (ID3), DNA/RNA nucleotide second structure predictor, timeseries management, timeseries prediction, generic Evolutionary Algorithm, generic Hill Climbing algorithm and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CDSS for Allergy-Diagnosis

    CDSS for Allergy-Diagnosis

    A clinical Decision Support System for Diagnosis of Allergic Rhinitis

    A Clinical Decision Support System (CDSS) can be used for diagnosing allergic disorders. CDSS with rule based classification approaches, aid junior doctors and clinicians to diagnose and make reliable decisions. The results of an intradermal skin test is the input to the CDSS. The System predicts the presence or absence of ALLERGIC RHINITIS. The system is tailored to suit to the common allergens (inhalents and ingestants) prevalent in Chennai, South India. Intradermal Skin Test(IDST)data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GeoDMA

    GeoDMA

    Geographic feature extraction and data mining

    GeoDMA is a plugin for TerraView software, used for geographical data mining. With a single image, the user can perform segmentation, attributes extraction, normalization and classification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Insulin IP Calc

    Insulin infusion protocol calculator

    A simple, point of care, clinic decision support system (CDSS) Android app for Insulin infusion and hyperglycemia management in the ICU. The infusion protocol calculator is based on the updated "Yale Insulin Infusion Protocol" http://bit.ly/1DaVfUd and American Association of Clinical Endocrinologists (AACE) blood sugar targets. http://inpatient.aace.com/ . Source code requires Xamarin Studio & Android SDK to compile.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    Immunization CDSi on FHIR

    FHIR Server and Client for support of CDSi

    Clinical Decision Support for Immunizations provides guidance for the next immunizations to administer. This project creates a demonstration of how this can be done with FHIR technolgoy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Choose Your Own Adventure Writer

    Choose Your Own Adventure Writer

    Choose Your Own Adventure style authoring and reading

    A simple and efficient tool for handling the complicated task of writing a non-linear narrative (choose your own adventure style) story. Features an interface for reading stories written with the software. Writing / Authoring component features intuitive workspace, and 'decision tree' views for navigating back and forward through branching narratives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The PCI toolkit is based on a decision tree assessment methodology, which helps you identify if your web applications are part of the PCI-DSS scope and how to apply the PCI-DSS requirements. By decomposing , one by one , you will be able to create an assessment and a final report of your scope delimitation and which OWASP guidelines must be used
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next