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

Pandas DataFrame Support #9

Closed
Thilakraj1998 opened this issue Sep 28, 2021 · 6 comments
Closed

Pandas DataFrame Support #9

Thilakraj1998 opened this issue Sep 28, 2021 · 6 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest

Comments

@Thilakraj1998
Copy link
Contributor

Thilakraj1998 commented Sep 28, 2021

files to refer:

      https://github.com/blobcity/autoai/blob/main/blobcity/blobcity.py  
      https://github.com/blobcity/autoai/blob/main/blobcity/utils/FileType.py

Currently, the main driver function train accepts file path as an argument to fetch dataset from user-specified location and identifies file type associated with the file.

Enhancement:
provide user a flexibility by providing support to accept pandas.Dataframe object has an argument to train function and must support other follow up functions inside driver function.

@Thilakraj1998 Thilakraj1998 added enhancement New feature or request Hacktoberfest For participants in Hacktoberfest labels Sep 28, 2021
@sanketsarang sanketsarang added the good first issue Good for newcomers label Sep 28, 2021
@balamurugan1603
Copy link
Contributor

can i work on this issue?

@balamurugan1603
Copy link
Contributor

@sanketsarang
Copy link
Contributor

@balamurugan1603 done, the task is assigned to you. Yes, the files you mentioned are correct.

Currently the program creates a Pandas DataFrame based on a file that is passed as a parameter to the train function. However, users may want to create the DataFrame from say a Database and not from a file. We thereby need to extend functionality to allow a DataFrame to be passed directly into the blobcity.train(df, target) function.

@balamurugan1603
Copy link
Contributor

sure I will do it and another silly off-topic doubt. If I submit a pull request by now, will it count towards hacktoberfest? Sorry to ask this.

@sanketsarang
Copy link
Contributor

No, it won't count. You have to generate the PR only after 01 Oct, once it is live. Would suggest waiting till then.

@balamurugan1603
Copy link
Contributor

Fine. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants