Skip to content

Commit

Permalink
add paper reference to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
b0nsaii committed Jun 6, 2019
1 parent 1019cd7 commit d2354ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ The documentation is available at https://mbpls.readthedocs.io
and elaborate (real-world) Jupyter Notebook examples can be found at
https://github.com/DTUComputeStatisticsAndDataAnalysis/MBPLS/tree/master/examples

This package can be cited using the following reference.

*Baum et al., (2019). Multiblock PLS: Block dependent prediction modeling for Python. Journal of Open Source Software, 4(34), 1190*



Installation
------------

Expand Down Expand Up @@ -90,4 +96,4 @@ The mbpls package for Multiblock Partial Least Squares (MB-PLS) prediction model
y_pred = mbpls.predict([x1, x2])
# Use built-in plot method for exploratory analysis of multiblock pls models
mbpls.plot(num_components=3)
mbpls.plot(num_components=3)

0 comments on commit d2354ee

Please sign in to comment.