Created
December 4, 2021 21:04
-
-
Save doevelopper/4f35c9921475dea3000a1e21145e709d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```txt | |
| Preparing transaction: done | |
| Executing transaction: - | |
| Installed package of scikit-learn can be accelerated using scikit-learn-intelex. | |
| More details are available here: https://intel.github.io/scikit-learn-intelex | |
| For example: | |
| $ conda install scikit-learn-intelex | |
| $ python -m sklearnex my_application.py | |
| done | |
| installation finished. | |
| Do you wish the installer to initialize Anaconda3 | |
| by running conda init? [yes|no] | |
| [no] >>> no | |
| You have chosen to not have conda modify your shell scripts at all. | |
| To activate conda's base environment in your current shell session: | |
| eval "$(/opt/anaconda3/bin/conda shell.YOUR_SHELL_NAME hook)" | |
| To install conda's shell functions for easier access, first activate, then: | |
| conda init | |
| If you'd prefer that conda's base environment not be activated on startup, | |
| set the auto_activate_base parameter to false: | |
| conda config --set auto_activate_base false | |
| Thank you for installing Anaconda3! | |
| =========================================================================== | |
| Working with Python and Jupyter notebooks is a breeze with PyCharm Pro, | |
| designed to be used with Anaconda. Download now and have the best data | |
| tools at your fingertips. | |
| PyCharm Pro for Anaconda is available at: https://www.anaconda.com/pycharm | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment