interface_repository_classifier module¶
-
class
interface_repository_classifier.
Interface_RepoClassifier
[source]¶ Bases:
object
-
exportModelToFile
()[source]¶ abstract method Export the model and all prequisites to the directory model/
Returns:
-
loadTrainingData
(strProjPathFileNameCSV)[source]¶ abstract method The classifier loads the sample data from a given csv-file
Parameters: strProjPathFileNameCSV – path to the csv-file Returns:
-
predictCategoryFromOwnerRepoName
(strUser, strRepoName)[source]¶ abstract method Predict the category for a repository
Parameters: - strUser –
- strRepoName –
Returns:
-
predictCategoryFromURL
(strGitHubRepoURL)[source]¶ abstract method Predict the category
Parameters: strGitHubRepoURL – Returns:
-