Giter Site home page Giter Site logo

roamresearch's People

Contributors

amaas avatar blengerich avatar cgpotts avatar markgraves avatar ndingwall avatar yifengtao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

roamresearch's Issues

RXCUI and ICD10 Codes

Hi,

Could you please explain more about the RXCUI codes of drugs and ICD10 codes of diseases? Where are they from? Thank you very much!

Error with weights files hdf5 when trying reproduce Feature4Healthcare

Hi,

I can't download the weigths files well through this link https://s3-us-west-2.amazonaws.com/allennlp/, when files downloaded with name and extension (hdf5) like elmo_2x4096_512_2048cnn_2xhighway_weights.hdf5 and I reproduce this experiment based on Effective Feature Representation for Clinical Text Concept Extraction article, it's generate an error about corrupt weight file, due to it's downloaded corrupt because can't all permissions.

Please help me to solve about this error public denied and please give me an public access to weights files or send me a personal gmail ([email protected]) with this file. I desire to reproduce it!

Thanks!

hammering home the point

Just some comment on this here:
https://github.com/roaminsight/roamresearch/blob/master/BlogPosts/Average_precision/Average_precision_post.ipynb

It's true that linear interpolation for PR curves is overly optimistic and we should fix that. See this paper:
http://machinelearning.wustl.edu/mlpapers/paper_files/icml2006_DavisG06.pdf

However, linear interpolation is totally fine for ROC curves and your argument in "Hammering home the point" is actually wrong.
The way you picked the rounding point, you actually ended up with a better classifier. You can achieve any classifier that is linearly interpolated between points by flipping a weighted coin on which of the two end-points to use (for ROC, not PR).
There is a more subtle issue with how you do the interpolation. Choosing any point for interpolation based on their P/R values means that you already observed these points. You can no longer use them as you test set. So interpolation that skips "bad" points is only allowed when using a validation set.

Using hyperopt_search with regressors

Hello,

I am trying to use hyperopt_search with random_forest_regression and gradient_boosting_regressor but I got the following error :

TypeError: estimator should be an estimator implementing 'fit' method, <hyperopt.pyll.base.Apply object at 0x000000000D093048> was passed

And in one of the lines error it checks if it is a classifier :

C:\user\Anaconda3\lib\site-packages\sklearn\cross_validation.py in cross_val_score(estimator, X, y, scoring, cv, n_jobs, verbose, fit_params, pre_dispatch)
   1571 
   1572     cv = check_cv(cv, X, y, classifier=is_classifier(estimator))
-> 1573     scorer = check_scoring(estimator, scoring=scoring)
   1574     # We clone the estimator to make sure that all the folds are
   1575     # independent, and that it is pickle-able. 

I am wondering if the error comes from using a regressor and not a classifier.
Thank you for your help.

Regards.

Increasing threshold - recall is increased?

Hello,

In the article about Average Precision Score, you wrote the following:
"If we have a spread of scores, then as we increase the threshold from 0 to 1, we will incrementally improve the recall by moving positive examples from the negative bin Bโˆ’ to the positive bin B+. Notice that the recall never decreases as we increase the threshold."
Is it correct? Maybe when we decrease the threshold from 1 to 0, we increase recall (so while decreasing the threshold positive examples are moving from the negative bin Bโˆ’ to the positive bin B+).

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.