possee-org / genai-numpy

MIT License
4 stars 6 forks source link

Tracking Examples: random module #64

Closed bmwoodruff closed 3 months ago

bmwoodruff commented 3 months ago

I have a suspicion that this module is missing a bunch of submodules, and will need to be worked on more before we look at it. For completeness purposes, I'll put the tracking information here now, but don't start on this one yet.

np.random

np.random Groups:

Group 1 Group 2 Group 3 Group 4 Group 5
beta geometric negative_binomial randn standard_cauchy
binomial get_state noncentral_chisquare random standard_exponential
bytes gumbel noncentral_f random_integers standard_gamma
chisquare hypergeometric normal random_sample standard_normal
choice laplace pareto ranf standard_t
default_rng logistic permutation rayleigh triangular
dirichlet lognormal poisson sample uniform
exponential logseries power seed vonmises
f multinomial rand set_state wald
gamma multivariate_normal randint shuffle weibull
Group 6
zipf
bmwoodruff commented 3 months ago

After discussion at the triage meeting, adding examples to every function in NumPy is not wanted. Focus on just the functions that don't have examples. After we review the prompt generator, and guarantee that the newly generated examples do indeed add something of more than just marginal value, we can revisit this topic. I'm closing this issue for now.