We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the merf model, that gives prob higher than one zeroes_zf_m.pickle.zip
X = np.array([[0., 0., 0., 1., 0., 1., 0., 0., 0., 0., 1., 0., 0., 0., 1.]]) with open('zeroes_zf_m.pickle', 'rb') as f: merf_model = pkl.load(f) print(model.predict(X, Z=[[1]], clusters=pd.Series(42)), model.predict(X, Z=[[1]], clusters=pd.Series('42')))
Is it correct? My opinion that probs must be [0,1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is the merf model, that gives prob higher than one
zeroes_zf_m.pickle.zip
Is it correct? My opinion that probs must be [0,1]
The text was updated successfully, but these errors were encountered: