Dear Greg,

the Wiki is a great place to start right from scratch with the RDKit ML
capabilities!

However, I wonder how to build a 3-class model:

"
for i,m in enumerate(ms):
 if m.GetProp('ACTIVITY_CLASS')=='active':
  act=1
 else:
  act=0
 pts.append([m.GetProp('CompoundName')]+list(descrs[i])+[act])
"

Naively, I just tried act 0,1 or 2 - but this did not work.


Cheers & Thanks,
Paul


P.S.: Although I'm rather to RDKit, I'm willing to continue the Wiki-Entry
regarding the ML capabilities. But someone should cross-check, if I don't
add any errors..

This message and any attachment are confidential and may be privileged or
otherwise protected from disclosure. If you are not the intended recipient,
you must not copy this message or attachment or disclose the contents to
any other person. If you have received this transmission in error, please
notify the sender immediately and delete the message and any attachment
from your system. Merck KGaA, Darmstadt, Germany and any of its
subsidiaries do not accept liability for any omissions or errors in this
message which may arise as a result of E-Mail-transmission or for damages
resulting from any unauthorized changes of the content of this message and
any attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
subsidiaries do not guarantee that this message is free of viruses and does
not accept liability for any damages caused by any virus transmitted
therewith.

Click http://disclaimer.merck.de to access the German, French, Spanish and
Portuguese versions of this disclaimer.


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to