Identifying GitHub "sample repositories" (SR), that mostly contain educational or demonstration materials supposed to be copied instead of reused as a dependency
MIT License
6
stars
0
forks
source link
place clustering models from `sr-data` into `sr-train` #180
In sr-data module, we should be able only to collect the dataset with numerical features. Clustering should happens in sr-training, the place where we train our models.
@h1alexbel
Summary:
Main issue: Lack of specific error or problem description.
Suggestion: Provide a concrete example or error message to illustrate the issue.
In
sr-data
module, we should be able only to collect the dataset with numerical features. Clustering should happens insr-training
, the place where we train our models.