Likewise for compounds containing Actinium(Ac), Plutonium(Pu), Neptunium (Np) and Protactinium (Pa). I tried featurizing their structures (pymatgent.core.structure.Structure) directly without extracting them from a cif file, but it always returns a valueError that the said elements are not found in the chemical descriptor file.
structure = mpr.get_structure_by_material_id(material_id)
jarvis_feature = jarvis.featurize(structure)