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

Updating profile example to have unstructured #252

Merged
merged 7 commits into from
Jun 8, 2021

Conversation

grant-eden
Copy link
Contributor

Let me know what you think

@@ -272,7 +272,7 @@
"id": "e2285f19-9b34-4484-beaa-79df890b2825",
"metadata": {},
"source": [
"# A deeper dive into `CSVData`\n",
"## A deeper dive into `CSVData`\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has needed to be changed for a while. The auto-documentation gets messed up if there are two of the largest headings in the same example.

@JGSweets JGSweets enabled auto-merge (squash) June 1, 2021 22:01
Copy link
Contributor

@AnhTruong AnhTruong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comments

@grant-eden grant-eden added the Work In Progress Solution is being developed label Jun 2, 2021
@JGSweets JGSweets self-assigned this Jun 3, 2021
@JGSweets JGSweets added the Documentation Improvements or additions to documentation label Jun 3, 2021
@JGSweets
Copy link
Contributor

JGSweets commented Jun 3, 2021

Can you add this to the fixes in here? Should be simple few line changes: #254

@grant-eden grant-eden removed the Work In Progress Solution is being developed label Jun 7, 2021
" \"int.is_enabled\": False, \n",
" \"float.is_enabled\": False, \n",
" \"order.is_enabled\": False, \n",
" \"category.is_enabled\": False, \n",
" \"datetime.is_enabled\": False,})\n",
"profile_options.set({'data_labeler.data_labeler_object': data_labeler})\n",
"profile_options.set({'structured_options.data_labeler.data_labeler_object': data_labeler})\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug fix

@@ -405,7 +405,7 @@
"outputs": [],
"source": [
"# predict with the labeler loaded from path\n",
"profile_options.set({'data_labeler.data_labeler_dirpath': 'data_labeler_saved'})\n",
"profile_options.set({'structured_options.data_labeler.data_labeler_dirpath': 'data_labeler_saved'})\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug fix

@JGSweets JGSweets merged commit 69ca446 into capitalone:main Jun 8, 2021
stevensecreti pushed a commit to stevensecreti/DataProfiler that referenced this pull request Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants