knitr::opts_chunk$set(echo = TRUE)
hicream
requires the awk
command to be installed on your system. If you are
using a Unix-based system, awk
is likely already installed. If you are using
Windows a cywgin version of awk
is searched for by
the package. You can install awk
by downloading the Gawk package from the GNU
website: https://www.gnu.org/software/gawk/.
More about AWK: https://en.wikipedia.org/wiki/AWK
hicream
requires the python
command to be installed on your system (>=3.9).
Additional Python packages (scikit-learn
, kneebow
, numpy
, and pandas
)
are also required.
More about used Python packages:
To install Python modules, please check "Installing Python modules" in Python documentation. With pip:
pip install scikit-learn pip install kneebow pip install pandas pip install numpy
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.