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

Documenting Pipeline Operators / Public Functions #73

Merged
merged 17 commits into from
Jan 20, 2016

Conversation

bartleyn
Copy link
Contributor

This is intended to be an enhancement to the documentation of the pipeline operators & public functions of the main TPOT class. Naturally this is just a first stab at formatting the pages, but hopefully we will not have to change much for the big refactor. At the very least there is some content for each of the operators & functions. I've also changed the theme and mkdocs config to help incorporate navigation to the new reference.

@rhiever
Copy link
Contributor

rhiever commented Jan 19, 2016

This branch has conflicts that must be resolved

Know what's causing that conflict?

@bartleyn
Copy link
Contributor Author

My mkdocs.yml was the source of the conflict. Seems resolved.

@rhiever
Copy link
Contributor

rhiever commented Jan 20, 2016

Great start! I think the "example exported code" would also need to include the import statements for the corresponding operator, right?

@bartleyn
Copy link
Contributor Author

You're totally right. I reused the first part for all of the examples, and neglected to update import statements. I'll throw those in when I get a chance.

@rhiever
Copy link
Contributor

rhiever commented Jan 20, 2016

Also please note that in #72 PCA was changed to RandomizedPCA. The operator is still named _pca, but it calls RandomizedPCA instead.

…edPCA.

Updated RandomizedPCA

Updated feature_selection and preprocessing operators.
@bartleyn
Copy link
Contributor Author

Changes should be integrated.

rhiever pushed a commit that referenced this pull request Jan 20, 2016
Documenting Pipeline Operators / Public Functions
@rhiever rhiever merged commit f114a0d into EpistasisLab:master Jan 20, 2016
@rhiever
Copy link
Contributor

rhiever commented Jan 20, 2016

Merged - thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants