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

How many parameters in SOMPY? #121

Open
abdoulsn opened this issue Jun 26, 2020 · 0 comments
Open

How many parameters in SOMPY? #121

abdoulsn opened this issue Jun 26, 2020 · 0 comments

Comments

@abdoulsn
Copy link

abdoulsn commented Jun 26, 2020

I've dataset ok 645K rows and 25 features, I've trained using sompy with this:

# train some models and check the best one
for i in range(7):
    sm = SOMFactory().build(data, mapsize=[random.choice(list(range(15, 25))),
                                           random.choice(list(range(10, 15)))],
                            normalization = 'var', initialization='random',
                            component_names=names, lattice="hexa")
    
    sm.train(n_job=4, verbose=False, train_rough_len=16, train_finetune_len=16)
    joblib.dump(sm, path_out+"Models/model_{}.joblib".format(i))

the joblib file has about 750Mo how this can be possible?

@abdoulsn abdoulsn changed the title How many paramers in SOMPY? How many parameters in SOMPY? Jun 26, 2020
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