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

Inside Transform Class Add Numerical #16

Open
BastinRobin opened this issue Feb 12, 2020 · 0 comments
Open

Inside Transform Class Add Numerical #16

BastinRobin opened this issue Feb 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BastinRobin
Copy link
Member

Write a method inside the Transform add method called numerical which maps a categorical variable with a numerical value integer.

	Usage:
	======
		>> T = Transform()
		>> T.numerical(['cat', 'rat', 'mice', 'mice', 'rat'])
		>> [
			'cat':  0,
			'rat':  1,
			'mice': 3 ]
@BastinRobin BastinRobin added the enhancement New feature or request label Feb 12, 2020
@BastinRobin BastinRobin self-assigned this Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant