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
it might be good to be able to use a different base model for each task; right now we are locked in with either UF/UDNN for each task.
(it may be as simple as having model be an argument for new_forest rather than __init__.)
model
new_forest
__init__
The text was updated successfully, but these errors were encountered:
Merge pull request #3 from neurodata/staging
220d45c
Merge pull request #328 from EYezerets/staging
00f36e6
Pulling new changes
9ac3208
Update fork from staging
No branches or pull requests
it might be good to be able to use a different base model for each task; right now we are locked in with either UF/UDNN for each task.
(it may be as simple as having
model
be an argument fornew_forest
rather than__init__
.)The text was updated successfully, but these errors were encountered: