Propagate a curated Python environment "kaggle" for KNIME with several important packages.
Like for example: h2o, arrow, XGBoost
# update the base conda environment
conda update -n base -c conda-forge conda
conda update -n kaggle --all
conda install -c h2oai h2o
conda install -c conda-forge xgboost
conda install -c conda-forge jupyterlab
# list packages in the enironment
conda list -n kaggle
# remove a single package
conda remove -n kaggle jupyterlab_execute_time
You will need a working Miniforge (or Anaconda) environment set up to be used in KNIME
https://github.com/conda-forge/miniforge#download
https://docs.knime.com/latest/python_installation_guide/index.html#_introduction
https://docs.conda.io/en/latest/miniconda.html
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
---------------------------------------------
KNIME official Python integration guide
https://docs.knime.com/latest/python_installation_guide/index.html#_introduction
KNIME and Python — Setting up and managing Conda environments
https://medium.com/low-code-for-advanced-data-science/knime-and-python-setting-up-and-managing-conda-environments-2ac217792539
How to Set Up Your Python Extensions
https://www.knime.com/blog/how-to-setup-the-python-extension
To use this component in KNIME, download it from the below URL and open it in KNIME:
Download ComponentDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com, follow @NodePit on Twitter or botsin.space/@nodepit on Mastodon.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.