Changeset 5336
- Timestamp:
- Sep 18, 2022 2:29:43 PM (8 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r5332 r5336 5706 5706 msg = 'Installation of the sklearn package failed with error:\n' + str(res) 5707 5707 G2G.G2MessageBox(self,msg,'Install sklearn Error') 5708 else: 5709 SKLearn = True 5708 5710 Id = GetGPXtreeItemId(self,self.root,'Cluster Analysis') 5709 5711 if not Id: -
trunk/GSASIIseqGUI.py
r5334 r5336 1574 1574 import sklearn.svm as SKVM 1575 1575 import sklearn.metrics as SKM 1576 ClusData['SKLearn'] = True 1576 1577 except: 1577 1578 ClusData['SKLearn'] = False
Note: See TracChangeset
for help on using the changeset viewer.