all-contributors / ac-learn

ML platform for all contributors
MIT License
5 stars 4 forks source link

feat: playground and data update #52

Open Berkmann18 opened 3 years ago

Berkmann18 commented 3 years ago

re #37 fix #91

tenshiAMD commented 2 years ago

@Berkmann18 are there any TODO left? I'm willing to help.

Berkmann18 commented 2 years ago

@tenshiAMD Yes, improving the ML model being the main one.

tenshiAMD commented 2 years ago

@tenshiAMD Yes, improving the ML model being the main one.

@Berkmann18 if you have time, can post the details? so I can have some ideas about where to start. 😄

Berkmann18 commented 1 year ago

@tenshiAMD Yes, improving the ML model being the main one.

@Berkmann18 if you have time, can post the details? so I can have some ideas about where to start. 😄

I don't know if you saw my replies to the CLI PR that implements this tool, but basically there is the plumbing to finish on that end. As for this project, gathering and labelling more data and potentially considering improving the feature extraction (what turns the data into digestable chunks for the ML model) and the model itself if needed.

Also, testing on data and seeing if it labels stuff well enough.

tenshiAMD commented 1 year ago

@Berkmann18 I tried to fix the branch and encountered failing tests that always timeout https://app.circleci.com/pipelines/github/all-contributors/ac-learn/220/workflows/fcb11e51-839b-46cf-b100-b9827a7672fb/jobs/470

how long it should run?

[edit]

I disabled those failing tests for now