ObliviousAI / ag_suggest

A simple CLI tool to help the AG team choose what methods/packages to build next
https://www.antigranular.com/
MIT License
0 stars 1 forks source link

Segregation of Methods #1

Open hardik-kapoor opened 9 months ago

hardik-kapoor commented 9 months ago

Please go through the readme to get a background of the problem.

Start by segregating the methods into different categories based on their functionality. This will provide a clearer understanding of the purpose and usage of each method.

Here are some examples of categories:

  1. Exploratory Analysis Helpers:
    • matplotlib.pyplot: This module is commonly used for creating visualisations and plots to explore and analyse data.
  2. Data Analysis - Classification:
    • sklearn.tree.DecisionTreeRegressor: This module is used for implementing decision tree-based regression algorithms, which are commonly used for classification tasks.

By categorising the methods, we can better understand the specific functionalities they serve in the context of data analysis. This analysis will help us uncover patterns and trends in the usage of different modules and functions.

Note: You are free to choose your own categories, but keep in mind this is a very important step for the analysis.

Dhruv127 commented 9 months ago

how do we need to submit this?

Dhruv127 commented 9 months ago

kindly assign me the issue and check pr #4

shobitnair commented 9 months ago

how do we need to submit this?

@Dhruv127 Please connect with @Hardik_Oblivious (discord) regarding any clarifications.