Skip to main content

Showing 1–4 of 4 results for author: Vargovich, J

.
  1. Tag that issue: Applying API-domain labels in issue tracking systems

    Authors: Fabio Santos, Joseph Vargovich, Bianca Trinkenreich, Italo Santos, Jacob Penney, Ricardo Britto, João Felipe Pimentel, Igor Wiese, Igor Steinmacher, Anita Sarma, Marco A. Gerosa

    Abstract: Labeling issues with the skills required to complete them can help contributors to choose tasks in Open Source Software projects. However, manually labeling issues is time-consuming and error-prone, and current automated approaches are mostly limited to classifying issues as bugs/non-bugs. We investigate the feasibility and relevance of automatically labeling issues with what we call "API-domains,… ▽ More

    Submitted 6 April, 2023; originally announced April 2023.

    Comments: arXiv admin note: text overlap with arXiv:2103.12653

    ACM Class: D.2.0; I.2.7; K.6.3

    Journal ref: Empirical Software Engineering (EMSE), 2023

  2. GiveMeLabeledIssues: An Open Source Issue Recommendation System

    Authors: Joseph Vargovich, Fabio Santos, Jacob Penney, Marco A. Gerosa, Igor Steinmacher

    Abstract: Developers often struggle to navigate an Open Source Software (OSS) project's issue-tracking system and find a suitable task. Proper issue labeling can aid task selection, but current tools are limited to classifying the issues according to their type (e.g., bug, question, good first issue, feature, etc.). In contrast, this paper presents a tool (GiveMeLabeledIssues) that mines project repositorie… ▽ More

    Submitted 23 March, 2023; originally announced March 2023.

    Comments: MSR Data and Tool Showcase 2023

    Journal ref: IEEE/ACM 20th International Conference on Mining Software Repositories (MSR 2023), Data and Tool Showcase

  3. GitHub Actions: The Impact on the Pull Request Process

    Authors: Mairieli Wessel, Joseph Vargovich, Marco A. Gerosa, Christoph Treude

    Abstract: Software projects frequently use automation tools to perform repetitive activities in the distributed software development process. Recently, GitHub introduced GitHub Actions, a feature providing automated workflows for software projects. Understanding and anticipating the effects of adopting such technology is important for planning and management. Our research investigates how projects use GitHu… ▽ More

    Submitted 27 July, 2023; v1 submitted 28 June, 2022; originally announced June 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:2103.12224, arXiv:2103.13547

    Journal ref: Empirical Software Engineering (EMSE 2023)

  4. arXiv:2003.02808  [pdf, other

    cs.LG cs.DS stat.ML

    Linear time dynamic programming for the exact path of optimal models selected from a finite set

    Authors: Toby Hocking, Joseph Vargovich

    Abstract: Many learning algorithms are formulated in terms of finding model parameters which minimize a data-fitting loss function plus a regularizer. When the regularizer involves the l0 pseudo-norm, the resulting regularization path consists of a finite set of models. The fastest existing algorithm for computing the breakpoints in the regularization path is quadratic in the number of models, so it scales… ▽ More

    Submitted 5 March, 2020; originally announced March 2020.

    Comments: 14 pages