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

Fixed max_clusters bug #253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fixed max_clusters bug #253

wants to merge 1 commit into from

Conversation

Oufattole
Copy link

The DataTransformer class allows you to initialize by setting max_clusters, but then when you fit this class o the data it uses the default value 10 at line 49, when it should use self._max_clusters.

The DataTransformer class allows you to initialize by setting max_clusters, but then when you fit this class o the data it uses the default value 10 at line 49, when it should use self._max_clusters.
@Oufattole Oufattole requested a review from a team as a code owner November 14, 2022 17:36
@Oufattole Oufattole requested review from pvk-developer and removed request for a team November 14, 2022 17:36
@CLAassistant
Copy link

CLAassistant commented Nov 14, 2022

CLA assistant check
All committers have signed the CLA.

@npatki
Copy link
Contributor

npatki commented Mar 13, 2023

Hi @Oufattole, thanks for your interest in contributing to the SDV codebase. We are in the process of deprecating our old, CLA assistant bot (seen up above) and moving over to a new Contributor Licensing Agreement.

To request our new Contributor Licensing Agreement, we ask that you please fill out the information in the form: https://bit.ly/sdv-cla-form. Once we receive your submission, we'll send you a PDF to the email that you give us.

You will only have to complete this once for contributing to any of the libraries in the SDV ecosystem. Thanks for bearing with us!

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.

3 participants