Marco Castelluccio

Results 452 comments of Marco Castelluccio

Instead of going from Socorro -> Component -> Team, we can go Bug -> Socorro (using crash signatures) and Bug -> Component -> Team. The chart can show the total...

Sure, no need to ask, you can work on any open issue without a PR linked to it :) I would start with an issue marked as `good-first-issue`. Make sure...

They are under the ui/changes directory. Once you are in that directory, you can run `npm run dev`.

Sure, feel free. @ayush-1506 might be interested to investigate too in order to complete the spambug-related project, but this issue can easily be worked on by multiple people since it's...

Probably best to reduce the features considered by the model (the best bet is using a `min_df` for text_vectorizer like we do in other models, you can try with a...

This issue is not super-easy, as it requires some investigation and understanding of how the project works. You can start with this one if you want, but you'll need to...

I've been thinking about this, but I'm not sure what the best option is. We could make it so the charts based on creation_date only apply the date filters, but...

I've split the date filter in two, "fix date" and "creation date", I think this already makes the situation a little less confusing (earlier we had a single date filter...

Agreed, timings on Taskcluster might be different. We can compare runs between master and the PR to see what the effect is.

I agree, let's keep using the full Python image. Thank you anyway @Amotul-raheem, this was very useful investigation!