Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Machine Learning Polynomial Regression
Post: Machine Learning Polynomial Regression

Hello All, I am facing some problem while implementing polynomial regression for my machine learning module. Part of my code is as below: poly = PolynomialFeatures(degree = 4) X_poly = poly.fit_tra...
braveYug Data Science 0 1,721 Nov-13-2019, 11:41 AM
    Thread: Python - Database for Machine Learning application
Post: Python - Database for Machine Learning application

Hello Guys, I am planning to create a ML application for predictive maintenance with Python. To create this app I will collect data (lots of) from machine. My problem or rather confusion is that whic...
braveYug Data Science 2 2,787 Feb-14-2019, 12:07 PM
    Thread: Conversion needed from bytearray to Floating point
Post: Conversion needed from bytearray to Floating point

Hello All, I am stuck in very strange situation. My python code is talking to some third party device and getting data which is in bytearray format. I need this final value in real/float format impor...
braveYug General Coding Help 1 4,127 May-07-2018, 11:51 AM
    Thread: How to lock .py file
Post: RE: How to lock .py file

Thanks Metulburr for reply. I already tried Generating *.pyc file and making it bytecoded. My problem is that I am using *.py file in my C# code. As long as i specify file as *.py code works fine but ...
braveYug General Coding Help 2 6,223 Nov-16-2017, 01:31 PM
    Thread: How to lock .py file
Post: How to lock .py file

Hello All, Can anyone please help me in finding a way how to lock .py file. By locking i mean that no one shall be able to see the code or modify the code once it's locked but it shall be executabl...
braveYug General Coding Help 2 6,223 Nov-16-2017, 06:47 AM
    Thread: calling python function with multiple argument in C#
Post: calling python function with multiple argument in ...

Hello All, I am stuck with a new problem . I have created a simple python code say for summing 2 variables. File is called as Addition.py Addition.py import sys import math def ad(a,b): print(a+b...
braveYug General Coding Help 1 6,835 Nov-14-2017, 11:20 AM
    Thread: integrating ironpython application with normal C# wpf
Post: RE: integrating ironpython application with normal...

Hello nilamo, As I said I am new to python as well as to this forum so let me explain again my problem with all codes using forum rules. I have 2 solutions. 1. created by ironpython wpf with name Iron...
braveYug General Coding Help 2 7,360 Nov-09-2017, 06:38 AM
    Thread: integrating ironpython application with normal C# wpf
Post: integrating ironpython application with normal C# ...

Hello All, I am new to python and may be I am not able to follow python basic rules. Let me explain you guys my problem and I hope i get solution of it. I have create VS2015 ironpython solution and it...
braveYug General Coding Help 2 7,360 Nov-08-2017, 09:47 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020