wayneking517

Results 8 issues of wayneking517

When running: ``` sm = SOMFactory().build(data, mapsize=[10,10], normalization = 'var', initialization='random', component_names=names, lattice="hexa") sm.train(n_job=1, verbose=False, train_rough_len=2, train_finetune_len=5) from sompy.visualization.mapview import View2D view2D = View2D(10,10,"",text_size=10) view2D.show(sm, col_sz=5, which_dim="all", denormalize=True) plt.tight_layout() plt.show()...

I am trying to use tpot to select among gaussian process regressors. And, I want to include minmaxscalar in the proprocessing in tpot. Here is my dictionary: ``` gaussian_config =...

I hope that this question is allowed on this site. I am trying to use pot to optimize a gaussian process regressor. As such, I need a custom config: tpot_config...

I believe that I did a successful install of tods. Giving the command: ~~~ from tods import generate_dataset, generate_problem ~~~ yields no error. but, I get an error with ~~~...

I got this error installing on Apple M1 Pro. Suggestions greatly appreciated. I am closer to being a novice Python programmer. ~~~ File "numpy/core/setup.py", line 661, in get_mathlib_info raise RuntimeError("Broken...

I am using full fact. This was working fine until this morning. I got: ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scipy/special/_ufuncs.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace (_npy_asinh) I believe that this is an...

When I run send_text_msg I get ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate. I have run Install Certificates.command and Update Shell Profile.command in the Python...