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
https://de.dariah.eu/tatom/feature_selection.html
Determine values for hyperparameters:
Let us consider μ0 and σ20 first. In keeping with this observation we will set μ0 to be 3 and γ20 to be 1.52 In [79]: mu0 = 3 In [80]: tau20 = 1.5**2
These are inconsistent. The first two sentences should refer to tau20 as in the code.
The text was updated successfully, but these errors were encountered:
Thanks for this! I'll work on fixing it.
Sorry, something went wrong.
Fix typos in feature selection section
d187253
Closes #8
No branches or pull requests
https://de.dariah.eu/tatom/feature_selection.html
Determine values for hyperparameters:
Let us consider μ0 and σ20 first.
In keeping with this observation we will set μ0 to be 3 and γ20 to be 1.52
In [79]: mu0 = 3
In [80]: tau20 = 1.5**2
These are inconsistent. The first two sentences should refer to tau20 as in the code.
The text was updated successfully, but these errors were encountered: