forked from EpistasisLab/tpot
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update #1
Merged
Merged
Update #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OneHotEncoder will treat all features as categorical features by default now instead of using the 'auto' configuration that attempts to automatically determine what features are categorical. We still need to look into the 'auto' configuration to find out what is causing this bug.
Refine parameters in VarianceThreshold and FeatureAgglomeration
Update installation of the lastest version (0.7) of xgboost
Add early_stop parameter in API doc
Limit chunk_size for n_jobs=-1
Add imputation in score() and its unit tests
Add support for pandas DataFrame as input in fit()
TPOT v0.9.3 minor release
I got an error 404 when following the link to the documentation: http://rhiever.github.io/tpot/using/ The correct should be the one I added (please verify).
updating dead url
Motivated by #708
To match changes in the official documentation
Update sample_weights documentation
Improve sample_weight documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[please review the contribution guidelines prior to submitting your pull request. go ahead and delete this line if you've already reviewed said guidelines.]
What does this PR do?
Where should the reviewer start?
How should this PR be tested?
Any background context you want to provide?
What are the relevant issues?
[you can link directly to issues by entering # then the number of the issue, for example, #3 links to issue 3]
Screenshots (if appropriate)
Questions: