classification
Here are 8,325 public repositories matching this topic...
-
Updated
Nov 2, 2021 - Python
-
Updated
Feb 26, 2022 - Python
-
Updated
Jan 20, 2022 - Jupyter Notebook
-
Updated
Dec 17, 2021
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))
-
Updated
Feb 18, 2022 - Java
Fair enough. This is a bug though and we will need to fix this. The appropriate action would be to through a warning message in this case from pycaret rather than have the program crash. I will open a new issue for this.
Thanks for catching this!
Originally posted by @ngupta23 in pycaret/pycaret#2101 (comment)
Check sp when user wants to plot stl decomposition a
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Oct 31, 2020 - Python
-
Updated
May 19, 2019 - Python
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Nov 9, 2021 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 25, 2022 - Python
-
Updated
Feb 26, 2022 - Python
-
Updated
Feb 16, 2022 - Java
-
Updated
Dec 14, 2021 - Python
-
Updated
Feb 26, 2022
-
Updated
Jan 26, 2022 - Jupyter Notebook
-
Updated
May 16, 2020 - Python
-
Updated
Feb 25, 2022 - Go
-
Updated
Aug 16, 2021 - Python
-
Updated
Jul 8, 2021 - Python
-
Updated
Feb 27, 2022 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
That is a good suggestion. Another option is to have a keyword argument on fit which is a dictionary of estimator to kwargs to eliminate any potential for unnamed kwargs.
Originally posted by @camer314 in microsoft/FLAML#451 (comment)
-
Updated
Feb 26, 2022 - Jupyter Notebook
Add a way to change the sample id output in the annotation process to a specific number (see picture).
Reason: I want to annotate large text and the app don't like it when the documents to annotate are too large, so I spitted in a sentence the document but I would like to be able to
-
Updated
Apr 5, 2020 - Python
Improve this page
Add a description, image, and links to the classification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the classification topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe.
I'd like to be able to create shortcuts to quickly start a polygon tool or assign a flag to the image, and to advance to the next image or to go back to the previous image.
Describe the solution you'd like
Either pre-defined or user-definable keyboard shortcuts for labelme functions