Mayil-AI / bugbug-21dec23

Mozilla Public License 2.0
0 stars 0 forks source link

Try out categorical mode with xgboost (hashtag3817) #16

Open vikramsubramanian opened 6 months ago

vikramsubramanian commented 6 months ago

See )

mayil-ai[bot] commented 6 months ago

Possible Solution

Code snippets to check

bugbug → models → needsdiagnosis.py This snippet imports xgboost and sets up a pipeline, which might need to be adjusted for categorical mode. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/needsdiagnosis.py#L1-L15
bugbug → models → rcatype.py This snippet includes xgboost usage and a list of categories that might be relevant for the categorical mode. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/rcatype.py#L1-L52 This snippet defines an xgboost classifier within a pipeline and may need adjustments for categorical mode. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/rcatype.py#L56-L137
bugbug → models → defect.py This snippet shows the use of xgboost with a pipeline, which could be relevant for implementing categorical mode. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/defect.py#L1-L21
bugbug → models → fixtime.py This snippet imports xgboost and may require changes to support categorical mode. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/fixtime.py#L1-L21
bugbug → models → spambug.py This snippet uses xgboost and may need to be reviewed for categorical mode compatibility. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/spambug.py#L1-L19
bugbug → models → tracking.py This snippet includes xgboost and might be relevant for the issue if categorical mode affects the model. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/tracking.py#L1-L14
bugbug → models → assignee.py This snippet uses xgboost and could be relevant if categorical mode needs to be tested or implemented. https://github.com/Mayil-AI/bugbug-21dec23/blob/0acd00da46afbb37bd047c0bce06ce7cfad21568/bugbug/models/assignee.py#L1-L29