Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#307): information about samples filtering in tex/report.tex #309

Merged
merged 4 commits into from May 10, 2024

Conversation

h1alexbel
Copy link
Contributor

@h1alexbel h1alexbel commented May 9, 2024

@yegor256, take a look, please.
I mentioned that after we fetched repositories from GitHub, we filter out samples using ML techniques.

closes #307

@h1alexbel h1alexbel changed the title feat(#307): information about samples filtering in feat(#307): information about samples filtering in tex/report.tex May 9, 2024
tex/report.tex Outdated
@@ -134,8 +134,11 @@ \section{Methodology}\label{sec:method}
Python, Ruby, and Bash, which do exactly the following:
\begin{itemize}
\item Fetch open repositories from GitHub, which have \ff{java} language
tag, have reasonably big but not too big number of stars, and are
of certain minimum size;
tag, have reasonably big but not too big number of stars, have either MIT or Apache License,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@h1alexbel would be better to use a separate \item for the filtering by license

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 fixed

of certain minimum size;
tag, have reasonably big but not too big number of stars, have either MIT or Apache License,
and are of certain minimum size;
\item Filter out repositories those contain samples, instead real project,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@h1alexbel this description is too vague, I believe. Maybe we can give a link to your Python repo here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 fixed

@h1alexbel h1alexbel requested a review from yegor256 May 10, 2024 06:50
@yegor256 yegor256 merged commit eafeccd into yegor256:master May 10, 2024
10 checks passed
@yegor256
Copy link
Owner

@h1alexbel thanks!

@h1alexbel h1alexbel deleted the 307 branch May 10, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write paragraph about filtering samples in tex/report.tex
2 participants