Charles Brauer

Results 8 comments of Charles Brauer

OK, Is this what you wanted? ``` def Main(g, p): X_train, y_train, X_test, y_test = LoadData() # clf = TPOTClassifier(config_dict='TPOT NN', clf = TPOTClassifier(template='Selector-Transformer-PytorchLRClassifier', verbosity=2, generations=g, population_size=p, random_state=7) clf.fit(X_train, y_train)...

I suppose you meant to delete the first two lines. If I run: ``` def Main(g, p): X_train, y_train, X_test, y_test = LoadData() # clf = TPOTClassifier(config_dict='TPOT NN', # template='Selector-Transformer-PytorchLRClassifier',...

Hey, Thanks for the update. Charles From: Joe Romano ***@***.***> Sent: Saturday, April 30, 2022 4:46 PM To: EpistasisLab/tpot ***@***.***> Cc: Charles Brauer ***@***.***>; Author ***@***.***> Subject: Re: [EpistasisLab/tpot] My...

I started binary classification model training program. And then I ran the Task Manager to see what the GPU usage was: ![Gpu Usage](https://user-images.githubusercontent.com/1317234/124974936-42211780-dfe2-11eb-96bf-71db0f544c23.png) My GPU usage was only 9%. Why...

Obviously I did that! From: feiyun0112 ***@***.***> Sent: Monday, July 18, 2022 8:29 PM To: dotnet/machinelearning ***@***.***> Cc: Charles Brauer ***@***.***>; Author ***@***.***> Subject: Re: [dotnet/machinelearning] Error in code on...

Hi Scott, I just read your example at https://scottplot.net/cookbook/5.0/Text/. Maybe we could build a multi-line label below the x-axis by using a modified version of ScottPlot Text. Charles

Hello Benzinga. I'm trying to install and run your test script, without success. My environment is: 1. Windows 11, Version 10.0.22631 Build 22631 2. Anaconda Python. I followed the instructions...

Yes, I did, and I got the following key: ![benzinga key](https://github.com/Benzinga/benzinga-python-client/assets/1317234/adef5eb1-5c91-4024-b147-b945bb98f07e) Charles