-
Updated
Mar 25, 2022
Artificial Intelligence

The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.
Here are 11,955 public repositories matching this topic...
-
Updated
Apr 1, 2022 - Python
-
Updated
Apr 2, 2022 - Python
-
Updated
Apr 2, 2022 - Go
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Mar 29, 2022 - Jupyter Notebook
-
Updated
Apr 2, 2022 - C++
Plotting functions in scikit-learn (e.g. plot_confusion_matrix
) are deprecated in 1.0 and will be removed in 1.2. They should be replaced with plotting class methods (e.g. ConfusionMatrixDisplay.from_predictions
).
For example, the code above can be fixed as follows:
i
-
Updated
Jan 23, 2022
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
I would like to have a method to retrieve all the rows from a collection, something like SELECT *
in SQL
.
Currently I achieve this goal using the following boolean expression: index != -1
, but I guess this is not the best way to to this.
Why is this neede
-
Updated
Mar 21, 2022 - Jupyter Notebook
We support toml as params file. There are a few issues with our current toml parsing:
- We use
toml
library, which is not toml 1.0 standard compatible. Also, the library is not being actively maintained. toml
dumping does not preserve existing formatting.- iterative/dvc#6402
We can try migrating to tomli
(which
-
Updated
Mar 31, 2022 - Shell
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner
Fedora & apt-get
Specs
- Leon version: latest
- OS (or browser) version: Fedora 30
- Node.js version: 10.16.3
- Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
-
Updated
Nov 21, 2018 - Shell
-
Updated
Mar 29, 2022
-
Updated
Apr 1, 2022 - C++
-
Updated
Oct 25, 2021 - C#
-
Updated
Feb 3, 2022
-
Updated
Mar 31, 2022 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
Mar 21, 2022 - Python
I am using metaflow locally but with the AWS service (e.g. the actual compute is happening locally rather than in AWS batch but the metadata is using AWS). When I access the run data through run.data
I get new local directories with names like metaflow.s3.w3efey1k
, which I presume is because metaflow pulls from S3 into that directory, and then un-pickles the result from there. Is there a way t
-
Updated
Jan 14, 2022 - Python
-
Updated
Jan 19, 2022 - Python
Proposal
We should have a dedicated page to track deprecations, breaking changes and optional alternatives in our documentation.
Similar to this.
Motivation