Skip to content
#

classification

Here are 8,612 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
mingjun1120
mingjun1120 commented Apr 21, 2022

pycaret version checks

  • I have checked that this issue has not already been reported here.

  • I have confirmed this bug exists on the latest version of pycaret.

  • I have confirmed this bug exists on the main branch of pycaret.

Issue Description

I am facing the problem of

enhancement good first issue classification
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

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 25, 2022
  • Jupyter Notebook

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
LeavesWang
LeavesWang commented Apr 13, 2022

When I set "split_type" as GroupKFold, then use fit() with setting "groups", I got the issue: AttributeError: 'GroupKFold' object has no attribute 'groups' and

ml.py:460, in evaluate_model_CV(config, estimator, X_train_all, y_train_all, budget, kf, task, eval_metric, best_val_loss, log_training_metric, fit_kwargs)
458 kf = kf.split(X_train_split, y_train_split)
459 elif is

good first issue
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