-
Notifications
You must be signed in to change notification settings - Fork 24
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
structure of numpy files #1
Comments
Dear Benhnam Kiani,
Those bumpy files are just the index of the data that I split into
training, validation and test set, so you can dived your data as you prefer.
I wrote about the preprocessing and about the project in the paper that you
can find here: https://arxiv.org/abs/2003.13653.
Tell me if you have further questions.
Sincerely
Marco Domenico Cirillo
…On Wed, 15 Apr 2020, 19:57 Behnam Kiani, ***@***.***> wrote:
Hello, you have a 3npy file in which those are pre-processed and converted
to NumPy.
could you please share your preprocessing method and the structure of
NumPy files?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJQHCEAFIAF3CRRN3VSGFDRMXYRBANCNFSM4MIY6EAA>
.
|
Dear Benhnam Kiani,
To split the data I used the sklearn.model_selection.train_test_split
function.
Whereas to calculate the weights for my training data I used
the sklearn.utils.class_weight.compute_class_weight function.
Good luck with your job. I hope to read something soon.
Sincerely,
Marco
…On Wed, 15 Apr 2020, 20:30 Behnam Kiani, ***@***.***> wrote:
Dear Benhnam Kiani, Those bumpy files are just the index of the data that
I split into training, validation and test set, so you can dived your data
as you prefer. I wrote about the preprocessing and about the project in the
paper that you can find here: https://arxiv.org/abs/2003.13653. Tell me
if you have further questions. Sincerely Marco Domenico Cirillo
… <#m_9216276645222627978_>
On Wed, 15 Apr 2020, 19:57 Behnam Kiani, *@*.***> wrote: Hello, you have
a 3npy file in which those are pre-processed and converted to NumPy. could
you please share your preprocessing method and the structure of NumPy
files? — You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1
<#1>>, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AOJQHCEAFIAF3CRRN3VSGFDRMXYRBANCNFSM4MIY6EAA
.
Good job. could you please share your files or the pre-processing code for
splitting?
what about the "class_weights2.npy" file?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJQHCG2YQILBAMPU2SZADTRMX4KPANCNFSM4MIY6EAA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, you have a 3npy file in which those are pre-processed and converted to NumPy.
could you please share your preprocessing method and the structure of NumPy files?
The text was updated successfully, but these errors were encountered: