Giter Club home page Giter Club logo

rregrs's People

Contributors

cafernandezlo avatar egonw avatar gtsiliki avatar jseoane avatar muntisa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rregrs's Issues

Large datasets with details => a lot of RAM

If you have a large dataset (ex: 170 000 cases, 13 features) and you are using the default parameter fDet="T", you could need 122G RAM after LM & GM! This problem is located in the plotting sections of the other methods.

Undocumented data sets ‘glmnetModel’ ‘svmRadialReg’

* checking for missing documentation entries ... WARNING
Undocumented data sets: ‘glmnetModel’ ‘svmRadialReg’
All user-level objects in a package should have documentation entries.
See the chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.

Submitting to CRAN?

Hi

Thanks for the nice package.

I wonder whether you plan to submit to CRAN in the near future? As far as I can see, it is not currently available from there? (So, I think it can currently only be installed via downloading the ZIP?)

Richard

Full training + Specific test set not working

Hi,

I'm trying to use RRegrs to perform full training on training samples and I'd like to use it to validate the results on a specific test set I have. I have two data frames train.df and test.df, I renamed the first column of each one of them to net.c, otherwise it wouldn't work, but when I run:

RRegrs::LMreg(train.df,test.df,sCV="none")

I get an error:

Error in $<-.data.frame(*tmp*, "method", value = "lm") : replacement has 1 row, data has 0

By inspection, I noticed this happens because since I set sCV to none, it is full training therefore lm.fit$results returns an empty data.frame. The metrics RMSE and R2 would have to be calculated manually using caret::RMSE and caret::R2 in this case.

Improve license information format

* checking DESCRIPTION meta-information ... WARNING
Non-standard license specification:
  NewBSD | MIT
Standardizable: FALSE
License components which are templates and need '+ file LICENSE':
  MIT

Can provide example file or tutorial

Hello, I'm a reader of your paper published on the JCheminformatics
I want to try to use this library
Can you provide some tutorial or example file such as the applications presented in the paper?
I think it will be very useful to provide that and encourage beginners to use this tool
Thanks

List of packages I needed to install for RRegrs

install.packages("devtools")
install.packages("gtable")
install.packages("scales")
install.packages("iterators")
install.packages("stringr")
install.packages("brglm")
install.packages("gtools")
install.packages("lme4")
library("devtools")
install_version(package='caret',version='6.0-52')

install.packages("snow")
install.packages("lars")

Problem during install

Hi All,

When I install, I get the erro information like this:

Error in unloadNamespace(package) :
namespace ‘Rcpp’ is imported by ‘scales’, ‘reshape2’, ‘plyr’, ‘minqa’ so cannot be unloaded
Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc, :
Package ‘Rcpp’ version 0.12.2 cannot be unloaded
ERROR: lazy loading failed for package ‘RRegrs’

  • removing ‘/Users/fuxianjun/Library/R/3.2/library/RRegrs’

How can I resolve it?

Any advice would be greatly appreciated.

Xianjun

RRegrs installation failed in Ubuntu 14.04

library(devtools)
install_github("enomapper/RRegrs", subdir = "RRegrs") gave the following output:

Downloading GitHub repo enomapper/RRegrs@master
Error in download(dest, src, auth) : client error: (404) Not Found

Downloaded RRegrs-0.0.5.tar.gz into my home folder and ran in R 3.2.2 the following:

install.packages("RRegrs-0.0.5.tar.gz", repos = NULL, type = "source") gave:

Installing package into ‘/home/nathan/R/x86_64-pc-linux-gnu-library/3.2’
(as ‘lib’ is unspecified)
Warning in untar2(tarfile, files, list, exdir, restore_times) :
skipping pax global extended headers
ERROR: cannot extract package from ‘RRegrs-0.0.5.tar.gz’
Warning in install.packages :
installation of package ‘RRegrs-0.0.5.tar.gz’ had non-zero exit status

The alternative method of running R CMD routine also failed.

Import specific methods rather than full packages

Solving a lot of warnings, like:

* checking whether package ‘RRegrs’ can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import by ‘pls::R2’ when loading ‘RRegrs’

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.