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 to properly call core methods #1

Open
mohong96 opened this issue May 9, 2020 · 0 comments
Open

How to properly call core methods #1

mohong96 opened this issue May 9, 2020 · 0 comments

Comments

@mohong96
Copy link

mohong96 commented May 9, 2020

hello,I'm trying to test your method on the corel-5k data set, but I'm having some problems.
This is my calling function:
“dataset = arff.load(open('Corel5k.arff', 'rb'))
AL_In_Compress_GPR_BayesianOPT(X=np.array(dataset['data'])[:,0:499].astype(np.float), Y = np.array(dataset['data'])[:,499:].astype(np.float) ,trainRate=0.6,poolRate=0.2,testRate=0.2,sampleSize=200,sampleBatch=1,bestRecov=2,compressRate=0.5,kernelUpdate=1,alpha=1e-5,PCAWrapper=False,PCARate='full',eigenWeigthed=False,sharedSearchSpace=True,sw=0.6,cg=20,fixPhi=None,provideIndex=None)”

Can you tell me how to modify it or provide your calling function?
thx!

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