Displaying 12 results from an estimated 12 matches for "mehrotra".
2012 Apr 04
0
Doubt regarding Feature selection for 'Learning to Rank' algorithms
...tested in the experimental
settings. Though it may be a wonderful research exercise, I would still
vote to go for the state-of-the-art methods which are completely published
with full details and experimental results. Hope you get my point.
Regards,
Parth.
On Wed, Apr 4, 2012 at 1:55 PM, Rishabh Mehrotra <erishabh at gmail.com> wrote:
> Hi Parth,
> Please find below the conversations I had with Hang Li sir and Prof. Liu
> regarding my proposed methodology.
> Regards,
>
> ---------- Forwarded message ----------
> From: Tie-Yan Liu <Tie-Yan.Liu at microsoft.com>
>...
2013 Feb 08
2
How to debug the C programs associated with R-packages?
...ckage and found a bug in reading dta files
containing empty strings "" in the data. I was able to find where the error
originated in the R file but was unable to do so for the C files.
Any help would be deeply appreciated.
Thank you for your time and consideration.
with regards,
Pulkit Mehrotra
[[alternative HTML version deleted]]
2012 Feb 05
1
Covariate model in nlme
...lationships between CL and covariate is linear and given as the following
equation.
CL=TVCL+a*wt-b*age, where TVCL is mean clearance, a and b are coefficients
of weight and age, respectively.
How do I write this in nlme to estimate TVCL, a and b?
Any input would be appreciated.
Regards
Shailly Mehrotra
Center for Translational Medicine
School of Pharmacy
University of Maryland
Baltimore, MD, USA
[[alternative HTML version deleted]]
2012 Nov 04
2
For loop...
Dear R-users,
I have dataset with column A and B with1000 values,
For each of column C value (C = seq(1,1000,1), I want to repeat A and B
values and calculate R = A+B*C for each row.
I want to get output as
A B C R
1 10 1 11
2 30 1 32
3 50 1 53
1000 1000 1
2012 Jul 18
2
Letor: Post Mid-Term plan
Hello Rishabh,
As per our previous discussion, we will talk each week now about the
project. Please update the timeline/todo/journal accordingly so that we can
check the status on this saturday for this week.
Please remember that this half of the programme is smaller and hence we
would need to be very punctual about the goals.
Regards,
Parth.
-------------- next part --------------
An HTML
2012 Jul 12
2
Mid-term progress
Hi Rishabh,
As per our last progress meeting, I am off for some days and as now its the
time to mid-term evaluation, it would be better to generate a progress
report.
For that, you should first commit the code as it is and then write 2 to 3
page summary explaining the deliverables so far and then the future plan.
Tomorrow is the last day, so better by tomorrow morning, send this across
and by
2012 Jul 27
1
A Little Help
...List to the following
statement in this method.
std::map<Xapian::docid, double> letor_score(const Xapian::MSet & mset);
So just convert the RankList in std::map<Xapian::docid, double> format in
the methods where you need to return.
Parth.
On Fri, Jul 27, 2012 at 5:06 PM, Rishabh Mehrotra <erishabh at gmail.com>wrote:
> Hi,
> I had a little doubt: How do I make a RankList recognizable in Letor.h?
> *letor.h* resides in *xapian/xapian-letor/include/xapian/* whereas *
> ranklist.h* resides in *xapian/xapian-letor/*. I want a function in
> letor.cc to return a Ran...
2013 Feb 16
7
Passing R code from webpage
Hi all,
Is there a way to pass R code from web page (html file) to do some
statistics and than plot the output in web browser.
I am looking forever at this, and cant find a way.
Regards,m
--
View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800.html
Sent from the R devel mailing list archive at Nabble.com.
2012 Apr 10
0
Libvirt-0.9.11 compilation on Centos 5.6
Hi All,
I am trying to compile libvirt-0.9.11 on Centos 5.6 (32 bit) for xen 4.1.
I have followed following procedure to compile the libvirt library.
1. ./autogen.sh --system --with-xen
2. make
While running "make", I am receiving following errors :
-------------------------------------------------------------------------------------------------------------
CC
2012 Apr 19
0
Patch: New features for Learning to Rank
Hello,
Please find attached the patch which contains new features for the LETOR
framework which increases the total features from 19 to 37. In my proposal
I had mentioned of having a final count of 44 IR specific features apart
from those learnt by unsupervised feature learning part via Deep Learning.
So I am left with 7 out of those 44,of which 6 I will be implementing
within the next 2
2012 Aug 02
1
RJDBC in Ubuntu
Hi,
I'm working with R on Cassandra and need to install RJDBC on my Ubuntu
virtual machine. The traditional commands (install.packages(RJDBC, dep=TRUE)
and library(RJDBC)) don't work: they throw an error that they can't find the
package. I tried installing it using the Rkward GUI, but can't write to any
of the pre-set directories because of permissions issues. When I try running
2012 Apr 01
1
[GSoC2012] Learning to Rank: few thoughts/issues
...ould use additional features, the
feature extraction module could be plugged in. Same for rank aggregation.
*Relevant Background:*
I have worked on few research oriented projects in Machine Learning, but
most of them involved coding in Matlab/Java. More details about me:
[link<http://www.rishabhmehrotra.com/index.htm>
].
I have been working on a project on Topic Modeling(using Latent Dirichlet
Allocation) for Tweets. Link <http://code.google.com/p/tweettrends/> of the
code on Google code. Also, I am involved in a collage project on
building *focused
crawler *& extending it to somethin...