classification
Here are 8,388 public repositories matching this topic...
-
Updated
Nov 2, 2021 - Python
-
Updated
Mar 11, 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
Is your feature request related to a problem? Please describe.
The current value of alpha value is hardcoded in many places to 0.05.
Describe the solution you'd like
Take this as a setup argument and use it everywhere for consistency. The default value can be 0.05.
-
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
Mar 11, 2022 - Python
-
Updated
Mar 10, 2022 - Python
-
Updated
Feb 16, 2022 - Java
-
Updated
Dec 14, 2021 - Python
-
Updated
Mar 11, 2022
-
Updated
Mar 11, 2022 - Go
-
Updated
Jan 26, 2022 - Jupyter Notebook
-
Updated
May 16, 2020 - Python
-
Updated
Aug 16, 2021 - Python
-
Updated
Mar 12, 2022 - Python
-
Updated
Jul 8, 2021 - 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
Mar 11, 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."
If there is a hot key (move the image from left to right) can get the feature when I was annotating the polygon.
The scroll of mouse can achieve the up and down direction of image, but if I need the move the image from left to right, I have to drag the bottom bar.
If there is a hotkey to drag the whole image or to move the image horizontal?
Thank you!