- 01 Mar, 2022 1 commit
-
-
Renato Alves authored
-
- 24 Feb, 2022 2 commits
-
-
Lisanna Paladin authored
-
Lisanna Paladin authored
# Conflicts: # _episodes/01-introduction.md
-
- 22 Feb, 2022 3 commits
-
-
Peter Steinbach authored
-
Colin Sauze authored
-
Colin Sauze authored
-
- 21 Feb, 2022 1 commit
-
-
Peter Steinbach authored
-
- 18 Feb, 2022 1 commit
-
-
Colin Sauze authored
-
- 02 Feb, 2022 2 commits
-
-
Peter Steinbach authored
-
Peter Steinbach authored
-
- 31 Jan, 2022 4 commits
-
-
Colin Sauze authored
-
Colin Sauze authored
-
Colin Sauze authored
-
Colin Sauze authored
-
- 25 Jan, 2022 2 commits
-
-
Peter Steinbach authored
-
dsmits authored
There was still a value that referred to the number of features in the big dataset instead of the small one. Changed it.
-
- 24 Jan, 2022 6 commits
-
-
dsmits authored
extract content from episode 3 exercises
-
dsmits authored
-
Djura Smits authored
-
Giordano Lipari authored
Among other minor edits, the spelling for one-hot encoding (https://en.wikipedia.org/wiki/One-hot) is now consistent across the document.
-
Giordano Lipari authored
The installation command for versioned software, `conda install "tensorflow>=2.5" seaborn "scikit-learn>=0.22" pandas`, produces a conflict situation with the triplet conda 4.11.0, anaconda-navigator 2.1.1, python 3.7.11. An excerpt of the stderr message is: UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment: Specifications: - pandas -> python[version='>=3.10,<3.11.0a0'] Conversely, a plain command `conda install tensorflow seaborn scikit-learn pandas` installs successfully tensorflow-2.4.1, seaborn-0.11.2, scikit-learn-1.0.2, pandas-1.3.5, keras-preprocessing-1.1.2. All versions are newer than the minimum required by the course and than the version requirements that have been removed. The explicit version requirements are probably unnecessary and counter-productive. It may be more important to update conda in the first place, for example with `conda update --all`.
-
dsmits authored
-
- 18 Jan, 2022 4 commits
-
-
Peter Steinbach authored
Co-authored-by:
dsmits <djura.smits@gmail.com>
-
Peter Steinbach authored
Co-authored-by:
dsmits <djura.smits@gmail.com>
-
Peter Steinbach authored
Co-authored-by:
dsmits <djura.smits@gmail.com>
-
Peter Steinbach authored
Co-authored-by:
dsmits <djura.smits@gmail.com>
-
- 17 Jan, 2022 14 commits
-
-
dsmits authored
Use light dataset
-
dsmits authored
Moving setting the optimizer to stage 5
-
dsmits authored
Removed bbq dataset from CI
-
Djura Smits authored
-
Djura Smits authored
-
Colin Sauze authored
-
Djura Smits authored
Generated new outputs so that the results match the results from using small dataset
-
Colin Sauze authored
-
Djura Smits authored
-
Colin Sauze authored
-
Colin Sauze authored
updating code-check-action branch
-
Colin Sauze authored
-
Peter Steinbach authored
-
Colin Sauze authored
Added special installation instructions for windows
-