Software Open Access
Luke Chang; Eshin Jolly; Jin Hyun Cheong; Anton Burnashev; Andy Chen
<?xml version='1.0' encoding='utf-8'?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"> <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.2229813"> <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.2229813</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.2229813"/> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Luke Chang</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Dartmouth College</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Eshin Jolly</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Dartmouth College</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Jin Hyun Cheong</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Dartmouth College</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Anton Burnashev</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>@stampsy</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Andy Chen</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Dartmouth College</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:title>cosanlab/nltools: 0.3.11</dct:title> <dct:publisher> <foaf:Agent> <foaf:name>Zenodo</foaf:name> </foaf:Agent> </dct:publisher> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2018</dct:issued> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-12-12</dct:issued> <owl:sameAs rdf:resource="https://zenodo.org/record/2229813"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/2229813</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:relation rdf:resource="https://github.com/cosanlab/nltools/tree/0.3.11"/> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.2229812"/> <owl:versionInfo>0.3.11</owl:versionInfo> <dct:description><p><em>New Functionality</em></p> <ul> <li>Can now perform multi-region and/or searchlight based prediction using <code>Brain_Data.predict_multi</code></li> <li><code>Brain_Data.predict</code> now support multi-class classification</li> <li>New interactive plotting based on <code>nilearn</code> using <code>Brain_Data.iplot()</code></li> <li>plotting functions have been renamed to remove camel case (e.g. <code>plotBrain</code> -&gt; <code>plot_brain</code>)</li> <li><code>Brain_Data.plot</code> now integrates old plotting functions in method call using argument <code>view</code>. Still defaults to axial slices but can optionally display, <code>glass</code>, <code>mni</code> (for ortho slices) or <code>both</code></li> <li>new <code>distance_correlation</code>, <code>procrustes_distance</code>, <code>jackknife_permutation</code> functions in <code>nltools.stats</code></li> <li><code>expand_mask</code>, <code>collapse_mask</code>, <code>create_sphere</code> can now take custom masks</li> <li><code>Brain_Data.standarize</code> gains new axis argument</li> </ul> <p><em>Bug Fixes</em></p> <ul> <li>Fixed issue in boolean indexing with ROC forced choice computation</li> <li>Fixed edge case bug in <code>fdr</code></li> <li><code>holm_bonf</code> behaves like <code>fdr</code> now and fixes incorrect pvalue bug</li> <li><code>check_numpy_square_matrix</code> validates properly now</li> <li>fixed issue in failed arma regression if <code>statsmodels</code> was not installed</li> <li>fixed issue in failed interactive plotting if <code>ipywidgets</code> was not installed</li> </ul></dct:description> <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/> <dct:accessRights> <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess"> <rdfs:label>Open Access</rdfs:label> </dct:RightsStatement> </dct:accessRights> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.2229813"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.2229813"/> <dcat:byteSize>3367879</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/2229813/files/cosanlab/nltools-0.3.11.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 908 | 345 |
Downloads | 47 | 29 |
Data volume | 158.4 MB | 97.7 MB |
Unique views | 767 | 305 |
Unique downloads | 36 | 23 |