Code Monkey home page Code Monkey logo

shiny_pls_local_pkg's Introduction

Shiny_PLS_local_pkg

Create a PLS package and use it to make predict. PLS-DA: Partial Least Square Discriminant Analysis Regression

DESCRIPTION

This project is part of our training in Data Science at the University of Lyon 2. The main objective is to develop an R package under S3 that allows to do a Partial Least Square Discriminant Analysis.

Partial Least Square Discriminant Analysis (expliquer ce que c'est que cette méthode)

Here are the different functionalities of our package that we will present in the following lines: (explique ce que font ces fonctions)

train_test_split : fit_pls : summary.PLS : print.PLS : plot_circle_correlation plot predict_pls summary_predict

In order to use our package, you should install it from Github.

library(devtools)

install_github("cornuch/sisepls")

Once the package is downloaded and successfully installed, please load it for use.

library(sisepls)

Now you can access all available functions of the package. To prove it, we will display the documentation of our fit function. you can write in your console: ?fit_pls to see the documentation or:

help(fit_pls)

shiny_pls_local_pkg's People

Contributors

usteinalex avatar

Watchers

 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.