<a href='vscode-notebook-cell:/d%3A/Projects/RecommenderSystems/recommender-system/ALSMF.ipynb#ch0000001?line=41'>42</a> print("Jobber med user features 2")
<a href='vscode-notebook-cell:/d%3A/Projects/RecommenderSystems/recommender-system/ALSMF.ipynb#ch0000001?line=49'>50</a> with ThreadPoolExecutor(max_workers = 10) as executor:
---> <a href='vscode-notebook-cell:/d%3A/Projects/RecommenderSystems/recommender-system/ALSMF.ipynb#ch0000001?line=50'>51</a> for i, el in executor.map(self.updateSingleUser, range(self.userCount)): self.userFeatures[i] = el
<a href='vscode-notebook-cell:/d%3A/Projects/RecommenderSystems/recommender-system/ALSMF.ipynb#ch0000001?line=43'>44</a> print("Jobber med user features 3")
File C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0\lib\concurrent\futures\_base.py:609, in Executor.map.<locals>.result_iterator()
<ahref='file:///c%3A/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0/lib/concurrent/futures/_base.py?line=605'>606</a> while fs:
KeyboardInterrupt:
<ahref='file:///c%3A/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0/lib/concurrent/futures/_base.py?line=606'>607</a> # Careful not to keep a reference to the popped future
<ahref='file:///c%3A/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0/lib/concurrent/futures/_base.py?line=607'>608</a> if timeout is None:
File C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0\lib\concurrent\futures\_base.py:391, in Future.__get_result(self)
<ahref='file:///c%3A/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0/lib/concurrent/futures/_base.py?line=388'>389</a> if self._exception:
<ahref='file:///c%3A/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0/lib/concurrent/futures/_base.py?line=392'>393</a> # Break a reference cycle with the exception in self._exception
File C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0\lib\concurrent\futures\thread.py:58, in _WorkItem.run(self)
---> <ahref='file:///c%3A/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0/lib/concurrent/futures/thread.py?line=57'>58</a> result = self.fn(*self.args, **self.kwargs)
<ahref='file:///c%3A/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0/lib/concurrent/futures/thread.py?line=58'>59</a> except BaseException as exc:
<ahref='vscode-notebook-cell:/d%3A/Projects/RecommenderSystems/recommender-system/ALSMF.ipynb#ch0000001?line=42'>43</a> #print("Jobber med user features 2")
<ahref='vscode-notebook-cell:/d%3A/Projects/RecommenderSystems/recommender-system/ALSMF.ipynb#ch0000001?line=44'>45</a> #print("Jobber med user features 3")