All Projects → markajoc → condvis

markajoc / condvis

Licence: other
Visualisation for statistical models.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to condvis

godmt
Tool that can parse Go files into an abstract syntax tree and translate it to several programming languages.
Stars: ✭ 42 (+110%)
Mutual labels:  models
microservice-remote-models
A Lumen package to provide a familiar model paradigm for distributed data.
Stars: ✭ 22 (+10%)
Mutual labels:  models
osprey
🦅Hyperparameter optimization for machine learning pipelines 🦅
Stars: ✭ 71 (+255%)
Mutual labels:  models
SafeAI
Reusable, Easy-to-use Uncertainty module package built with Tensorflow, Keras
Stars: ✭ 13 (-35%)
Mutual labels:  models
DjangoFlix
Create a netflix-like service using Django. Learn advanced Django techniques to achieve amazing results like never before.
Stars: ✭ 58 (+190%)
Mutual labels:  models
farabio
🤖 PyTorch toolkit for biomedical imaging ❤️
Stars: ✭ 48 (+140%)
Mutual labels:  models
kex
ORM-less for Knex
Stars: ✭ 17 (-15%)
Mutual labels:  models
spacy-universal-sentence-encoder
Google USE (Universal Sentence Encoder) for spaCy
Stars: ✭ 102 (+410%)
Mutual labels:  models
django-i18nfield
Store internationalized strings in Django models with full forms support
Stars: ✭ 32 (+60%)
Mutual labels:  models
Deep-Learning-Models
Deep Learning Models implemented in python.
Stars: ✭ 17 (-15%)
Mutual labels:  models
vue-example
Vue.js example application (server-side rendering, router, vuex store, form validation, i18n & l10n)
Stars: ✭ 62 (+210%)
Mutual labels:  models
COLLADAViewer2
An OBSOLETE instructional OS X application to load/display COLLADA Models and export to compact binary representations.
Stars: ✭ 48 (+140%)
Mutual labels:  models
traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+2125%)
Mutual labels:  models
quake authmdl
Authentic Model Improvements for Quake
Stars: ✭ 44 (+120%)
Mutual labels:  models
pydbantic
A single model for shaping, creating, accessing, storing data within a Database
Stars: ✭ 137 (+585%)
Mutual labels:  models
mtomo
Multiple types of NN model optimization environments. It is possible to directly access the host PC GUI and the camera to verify the operation. Intel iHD GPU (iGPU) support. NVIDIA GPU (dGPU) support.
Stars: ✭ 24 (+20%)
Mutual labels:  models
limitless-engine
OpenGL C++ Graphics Engine
Stars: ✭ 95 (+375%)
Mutual labels:  models
model-zoo-old
The ONNX Model Zoo is a collection of pre-trained models for state of the art models in deep learning, available in the ONNX format
Stars: ✭ 38 (+90%)
Mutual labels:  models
CPPE-Dataset
Code for our paper CPPE - 5 (Medical Personal Protective Equipment), a new challenging object detection dataset
Stars: ✭ 42 (+110%)
Mutual labels:  models
Keras.jl
Run keras models with a Flux backend
Stars: ✭ 19 (-5%)
Mutual labels:  models

condvis: Conditional Visualisation for Statistical Models

BuildStatus License CRAN Downloads

Interactively exploring fitted models

Interactively take 2-D and 3-D sections in data space, showing where fitted
models intersect the section, and observed data near the section according to
a distance measure. See package website for examples.

Works on Windows, Mac OS and Linux.

Requirements:

  • Windows: the standard graphics device is sufficient.
  • Mac OS: XQuartz device, website
  • Linux: X11, included in some distributions.

Installation:

install.packages("condvis")

Example to get started:

library(condvis)
data(mtcars)
m <- lm(mpg ~ wt + hp, data = mtcars)
ceplot(data = mtcars, model = m, sectionvars = "hp")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].