explanations
Here are 52 public repositories matching this topic...
The Boston dataset which we use in some examples has an ethical problem and should be replaced. Read more here: https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html#sklearn.datasets.load_boston
Impacted examples:
cfproto_housing.ipynbale_regression_boston.ipynb
The above link suggests some similar housing-related alternatives.
-
Updated
Apr 27, 2022 - Python
-
Updated
May 18, 2021
-
Updated
May 3, 2022 - Python
-
Updated
Dec 31, 2021 - Java
-
Updated
Apr 29, 2022 - Jupyter Notebook
-
Updated
Feb 19, 2021 - Python
-
Updated
Mar 12, 2022 - Jupyter Notebook
-
Updated
May 4, 2021
-
Updated
May 30, 2021 - Jupyter Notebook
-
Updated
May 10, 2020 - C++
-
Updated
Jan 30, 2022 - C#
-
Updated
Feb 17, 2022 - Jupyter Notebook
-
Updated
Feb 23, 2021
-
Updated
Nov 18, 2020 - API Blueprint
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Apr 12, 2022 - Python
-
Updated
Mar 10, 2021 - R
-
Updated
Jun 23, 2021 - C
-
Updated
Jun 25, 2021
-
Updated
Aug 27, 2020 - Jupyter Notebook
If you have implemented searching and sorting algorithms you can add them to the repository. Please check that the algorithm you have implemented is not in the repository already.
-
Updated
Jul 7, 2021 - Python
-
Updated
Oct 6, 2021
-
Updated
Nov 22, 2021
-
Updated
Nov 12, 2020 - Python
-
Updated
Jan 3, 2021 - Python
-
Updated
Jun 11, 2021 - Python
Improve this page
Add a description, image, and links to the explanations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the explanations topic, visit your repo's landing page and select "manage topics."
What is there in
Coin Change.md?Only a variation of unbounded Knapsack
Issue:
There exists many more variations like having a fixed number of coins or say a problem where we want to find the number of ways (ordered) a sum of money can be formed
Suggested Solution:
We can add these two explanations separately in files.