Skip to content
#

classification

Here are 8,549 public repositories matching this topic...

archwolf118
archwolf118 commented Feb 3, 2022

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!

enhancement good first issue
ychong
ychong commented Feb 8, 2018

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)))

enhancement good first issue
ngupta23
ngupta23 commented Apr 4, 2022

Is your feature request related to a problem? Please describe.
With the March release of time series module, we have the ability to plot multiple forecasts in a single plot. This works ok if we have different models (such as from the output of compare_models). But sometimes, we want to compare different versions of the same model in which case, we get the same legend

from py
enhancement good first issue time_series plots
jwmueller
jwmueller commented Mar 27, 2022

sklearn.utils are meant to be used internally within the scikit-learn package. They are not guaranteed to be stable between versions of scikit-learn. So depending on this submodule may limit cleanlab compatibility across sklearn versions.

Would not be too much work to replace the few cleanlab functions currently being

good first issue code improvement

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.

  • Updated Oct 1, 2020
  • Jupyter Notebook

Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai

  • Updated Apr 11, 2022
  • Jupyter Notebook
MichalChromcak
MichalChromcak commented Apr 1, 2022

I published a new v0.1.12 release of HCrystalBall, that updated some package dependencies and fixed some bugs in cross validation.

Should the original pin for 0.1.10 be updated? Unfortunately won't have time soon to submit a PR for this.

good first issue dependencies
davebulaval
davebulaval commented Nov 6, 2020

Add a way to change the sample id output in the annotation process to a specific number (see picture).

image

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

enhancement good first issue

Improve this page

Add a description, image, and links to the classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the classification topic, visit your repo's landing page and select "manage topics."

Learn more