Giter Site home page Giter Site logo

pe-clustering-r's Introduction

Prediction Explanation Clustering (R package)

This repository hosts the R package datarobot.pe.clustering. This package allows users of the DataRobot platform to perform dimensionality reduction and clustering on DataRobot's prediction explanations.

Usage

You can install this package using devtools::install_github() (see below) and then incorporate it into your R scripts, together with the datarobot R package and a DataRobot installation.

Once installed, view the vignette for further documentation and examples.

Repository Contents

This repository contains the package metadata, package code, unit tests, and documentation.

Setup/Installation

Installing from GitHub

The development version here can be downloaded straight from GitHub. Add in the build_vignettes flag to ensure the vignettes are built.

if (!require("devtools")) { install.packages("devtools") }
devtools::install_github("datarobot-community/pe-clustering-R", build_vignettes=TRUE)

You will need to set up a GitHub PAT token and then export GITHUB_PAT=<token> in your shell before running install_github.

To install a particular version from GitHub (or a particular branch), use @ notation in install_github, e.g. devtools::install_github("datarobot-community/[email protected]") or devtools::install_github("datarobot-community/pe-clustering-R@myAwesomeBranch").

Development and Contributing

If you'd like to report an issue or bug, suggest improvements, or contribute code to this project, please refer to CONTRIBUTING.md.

Code of Conduct

This project has adopted the Contributor Covenant for its Code of Conduct. See CODE_OF_CONDUCT.md to read it in full.

License

Licensed under the Apache License 2.0. See LICENSE to read it in full.

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.