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

classification : synthetic unbalanced data generating #180

Open
Sandy4321 opened this issue Jun 9, 2020 · 0 comments
Open

classification : synthetic unbalanced data generating #180

Sandy4321 opened this issue Jun 9, 2020 · 0 comments

Comments

@Sandy4321
Copy link

may you share some links to synthetic unbalanced data generating for classification
when your code is for recommendation system data
https://maciejkula.github.io/spotlight/datasets/synthetic.html

meaning close to real data - with mix of categorical and continues features values
in addition to known
simple one
https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
weights : array-like of shape (n_classes,) or (n_classes - 1,), (default=None)
The proportions of samples assigned to each class. If None, then classes are balanced. Note that if len(weights) == n_classes - 1, then the last class weight is automatically inferred. More than n_samples samples may be returned if the sum of weights exceeds 1

or maybe your code can be used for binary classification with mix of categorical and continues features values
when different group of features have complicated dependency?

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

No branches or pull requests

1 participant