Skip to main content

Questions tagged [partial-least-squares]

A class of linear methods for modeling the relationship between two groups of variables, X and Y. Includes PLS regression.

0 votes
0 answers
22 views

I am working with a compositional dataset: A very efficient way of dealing with compositional data is by applying clr-transform (or a similar), which effectively converts them to data in Eucledean ...
Roger V.'s user avatar
  • 5,011
2 votes
1 answer
51 views

I am performing a PLS prediction using the pls R package (Mevik et al). Some parts of the code are as below: ...
user12714's user avatar
  • 263
1 vote
0 answers
46 views

I am reading a paper. I read that the authors, in order to reduce the number of features their PLS regressor has to handle, have chosen to only retain columns which have some given R^2 correlation to ...
daruma's user avatar
  • 227
0 votes
0 answers
49 views

R's mvr package has a useful function, selectNcomp, for automated selection of retained latent variables in cross-validated PLS models, through implementation of the heuristic one standard error rule:...
assistance_please's user avatar
2 votes
1 answer
129 views

I am modelling daily returns of the S&P 500 using 58 parameters (stock price, past returns, interest rates, treasury yields, commodities...etc.). I created a regression model with Partial Least ...
Lucas Barbosa's user avatar
0 votes
0 answers
63 views

I'm working on a project for my master's degree and, I am not sure, whether the results I'm getting are plausible or not. I am basically trying to create a model for forecasting S&P 500 return ...
Lucas Barbosa's user avatar
0 votes
0 answers
26 views

I have a set of NIR spectroscopy data for various beverage samples, each with corresponding concentrations of chemical ingredients (e.g., caffeine). I would like to train a PLS model to predict the ...
sedigheh yagoobi's user avatar
2 votes
1 answer
140 views

I am working on a regression problem with two sets of continuous features, $X_1$ and $X_2$ that I assume are useful for predicting a continuous target $y$ that is very noisy. By "noisy" I ...
someben's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
19