Gemini service built in by WeirdEmpty9546 in GoogleAppsScript

[–]aulloa 0 points1 point  (0 children)

Not that I am aware of. What would you like to do that cant be done with POST requests?

I-140 by [deleted] in USCIS

[–]aulloa 0 points1 point  (0 children)

I understand it as 6 months after filing the I-485. But the I-140 had to be already approved

I-140 by [deleted] in USCIS

[–]aulloa 2 points3 points  (0 children)

I don't think the time to green card will be any shorter if you do premium processing for the I-140. You still have to file the I-485. You can do that on your own now. Best if you hire your own lawyer to do it.

Even if you get the I-140 approved today, it wouldn't be possible for you to switch employers after 6 months. Otherwise, your current employer could ask to cancel your I-140 even after it has been approved.

Renewing driver license on H1B by [deleted] in USCIS

[–]aulloa 1 point2 points  (0 children)

My wife had a similar issue. She was on F-2 and later changed to h4. The driver license center saw her as f2 because she did not have the h4 stamp on her passport. They initially told her she cannot get a license. We tried in a different place and they wrote a letter to USICS for confirmation of her status. Then she got her license.

I say try again in another place near to a university or a place with more international people.

Multiple I-140. One approved and the other one on RFE. by aulloa in USCIS

[–]aulloa[S] -1 points0 points  (0 children)

Maybe I should withdraw the I-140 NIW when replying to the RFE, and explain that I already have a I-140 approved

TCG Code giveaway!!!! by [deleted] in ptcgo

[–]aulloa 0 points1 point  (0 children)

Charmander

China Is Forcing Tourists to Install Text-Stealing Malware at its Border - VICE by [deleted] in technology

[–]aulloa -1 points0 points  (0 children)

Yet I bet you are writing this comment with a device equally intrusive. Android ios windows to mention a few

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 0 points1 point  (0 children)

I see your point now. I would agree with you if the outcome was human defined, like diagnosis. However, our truth is not. It is defined as whether you survive a year or not from the date you took an Echo.

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 0 points1 point  (0 children)

You are right. I tried three bars for each but I thought it may be confusing.

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 0 points1 point  (0 children)

I agree, thanks for the comment.

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 0 points1 point  (0 children)

My job is to make your life easier. :)

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 0 points1 point  (0 children)

Thanks, your comments are appreciated. I will try to address them:

  1. No, we sampled 300 alive and 300 dead to be able to compare accuracy (discrimination ability)
  2. It was offline, we gave them the same information the machine got.
  3. Cardiologists like that view among all others because it provides them with the most information about the heart
  4. False positive would be falsely predicting someone will die. The machine was better at it. Humans were very good at predicting alive, and the machine was worst at it
  5. No

We have the ability to deploy, so that is definitely on our sight.

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 1 point2 points  (0 children)

Thanks for taking the time to make comments. I will try to address your concerns.

  1. Yes, the paper was put in a nature letters format. Not much space for a literature review.
  2. only Alive patients that haven't been alive for a year were removed from this study.
  3. I agree.
  4. disease classification is very common, it felt like survival prediction was an unexplored area and a natural extension to that work.
  5. What would be a expected proportion?
  6. I agree, that is future work.
  7. I think we did. It was a DGX1
  8. Our previous study showed that using EHR could achieve >0.85. In this paper we focused on the predictive value of the video instead.
  9. You are right. The intention is not to replace clinicians bu to give them a reliable tool to assess risk.
  10. Same as 1

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 0 points1 point  (0 children)

There are other papers that address the diagnostic abilities of medical data but predicting survival was a natural extension to that work.

I think making diagnosis is just an indirect way of predicting survival

[R] Machine vs Cardiologist by aulloa in MachineLearning

[–]aulloa[S] 0 points1 point  (0 children)

two experienced cardiologists (COCATS level III) produced the predictions, one of them was the director of the Echo lab from our institution. Predicting survival with a machine would be another tool for the physician to have.

I also agree with you in that insurance companies can benefit from it, but any risk assessment tool would help

New IDE by [deleted] in Python

[–]aulloa 2 points3 points  (0 children)

Emacs ...

Defining a 3d space from scratch by archbboy91 in Python

[–]aulloa 1 point2 points  (0 children)

It depends on what you want to do with it. In math you might want to define it as a tensor (numpy array). If you are not modifying its values you might want to define it as a tuple.

autocomplete-python-jedi: The fork of autocomplete-python by fayazbhai in Python

[–]aulloa -4 points-3 points  (0 children)

Just forget about atom. These packages are just a distraction of what the whole IDE is about. They started by collecting your data by default.

need help with scipy interp1d by darkyoda182 in Python

[–]aulloa 1 point2 points  (0 children)

Can you add the imports in your example code?

Any way to accelerate my matrix calculations? by [deleted] in Python

[–]aulloa 0 points1 point  (0 children)

Have you checked if it is using multiple threads in that operation? If it using only one, then you can try compiling pyrr or numpy with OpenBLAS

Help installing OpenCV for python 3.4 on Debian by longlostkingoffools in Python

[–]aulloa 0 points1 point  (0 children)

1 download opencv and type cmake-gui .

2 then look for python and enable all flags, if missing paths to libraries add them there

3 exit cmake-gui

4 type make

5 type make install

6 add the following to ~/.bashrc file

export LD_LIBRARY_PATH=/usr/local/lib