Chapter
Clips
The decision to create an umbrella package manager that works across multiple operating systems and programming languages was made to provide developers with a universal solution to package management.
2:20:21 - 2:21:19 (00:58)
Summary
The decision to create an umbrella package manager that works across multiple operating systems and programming languages was made to provide developers with a universal solution to package management.
ChapterInstalling scikit-learn: Conda vs Pip
Episode#224 – Travis Oliphant: NumPy, SciPy, Anaconda, Python & Scientific Programming
PodcastLex Fridman Podcast
This podcast discusses the process of installing scikit-image and scikit-learn using Conda, mentioning the numerous contributions from people within the NREA and Europe.
2:21:19 - 2:23:01 (01:42)
Summary
This podcast discusses the process of installing scikit-image and scikit-learn using Conda, mentioning the numerous contributions from people within the NREA and Europe.
ChapterInstalling scikit-learn: Conda vs Pip
Episode#224 – Travis Oliphant: NumPy, SciPy, Anaconda, Python & Scientific Programming
PodcastLex Fridman Podcast
The traditional way of installing scikit-learn is through Conda, but it can also be done using pip.
2:23:01 - 2:24:24 (01:22)
Summary
The traditional way of installing scikit-learn is through Conda, but it can also be done using pip. The popularity of pip has led many people to opt for this method, which used to be the best way of installing the package until 2018.
ChapterInstalling scikit-learn: Conda vs Pip
Episode#224 – Travis Oliphant: NumPy, SciPy, Anaconda, Python & Scientific Programming
PodcastLex Fridman Podcast
Conda offers solutions to usability issues that pip does not, such as variants of a package with different compilation versions.
2:24:24 - 2:25:44 (01:20)
Summary
Conda offers solutions to usability issues that pip does not, such as variants of a package with different compilation versions. Pip does not work well for the Sci-Fi ecosystem due to its lack of consideration for the binary dependency problem.