Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Maybe someone in this group can help me with the following problem:
Problem Statement:
Classifier:
Clf = Svm. SVC(C-1,0, cache_size 200, class_weight-None, coef0-0,0,decision_function_shape'ovr', Grade 3 gamma 'scale', Core 'rbf', max_iter-1, probability-False, random_state-None, reduction of the truth, Toll 0.001, verbose-False)
Line that causes the problem:
clf.fit (X_learn_scaled, y_learn_selected_range)
What's different in PowerBI notebooks versus PowerBI Jupyther notebooks and why does the script work well on Jupyter notebooks, but not in PowerBI?
Thanks a lot
Christoph
Hi @kcwagi ,
If you've fixed the issue on your own please kindly share your solution. If the above posts help, please kindly mark it as a solution to help others find it more quickly. Thanks!
Best Regards,
Yingjie Li
Hi @kcwagi ,
The Power BI Python integration requires the installation of two Python packages:
The notebook extends the console-based approach to interactive computing in a qualitatively new direction, providing a web-based application suitable for capturing the whole computation process: developing, documenting, and executing code, as well as communicating the results. The Jupyter notebook combines two components:
A web application: a browser-based tool for interactive authoring of documents which combine explanatory text, mathematics, computations and their rich media output.
Notebook documents: a representation of all content visible in the web application, including inputs and outputs of the computations, explanatory text, mathematics, images, and rich media representations of objects.
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.