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

Before after scaling-2L #15

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Before after scaling-2L #15

wants to merge 5 commits into from

Conversation

DanielLeski
Copy link
Collaborator

These are the updated files pulled from the remote machine that were used to create plots on doing the count scaling on the 2L chromosome arm.

@DanielLeski DanielLeski requested a review from rnowling June 8, 2021 20:47
@@ -32,10 +43,10 @@ merge_batch_size: 512
min_doc_freq: 2

# feature extraction
n_features: 30
n_features: 16
n_rand_dim: 3000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

@@ -32,10 +43,10 @@ merge_batch_size: 512
min_doc_freq: 2

# feature extraction
n_features: 30
n_features: 16
n_rand_dim: 3000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

@@ -32,10 +43,10 @@ merge_batch_size: 512
min_doc_freq: 2

# feature extraction
n_features: 30
n_features: 16
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comment

import numpy as np


def load_rand_proj(flname):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

def load_rand_proj(flname):
return load(flname)

def load_bloomfilter(flname):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REmove this

@@ -0,0 +1,116 @@
#!/usr/bin/env python
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this file in here twice? Is this version ever used or just the one under scripts?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just the one under scripts.

@@ -7,6 +7,9 @@
from pybloom import BloomFilter
import scipy.sparse as sp
from sklearn.feature_extraction import FeatureHasher
from sklearn.preprocessing import Binarizer
import numpy as np


def load_rand_proj(flname):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

@@ -7,6 +7,9 @@
from pybloom import BloomFilter
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

args = parse_args()

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boo white space :)

@@ -57,7 +57,8 @@ def parse_args():
matrices.append(matrix)
labels.append(group_name)

feature_matrix = sp.vstack(matrices).toarray()
#feature_matrix = sp.vstack(matrices).toarray()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line since you commented it out

@rnowling
Copy link
Collaborator

rnowling commented Jun 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants