We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As shown in flowrate column, the Flow rate':[0.2,0.4] was label encoded into 0.0 and 1.0. Was different to what is shown in the documentation.
Flow rate':[0.2,0.4]
0.0
1.0
build.full_fact({'Pressure':[40,55,70],'Temperature':[290, 320, 350],'Flow rate':[0.2,0.4],'Time':[5,8]}) Pressure Temperature Flow rate Time 0 40.0 290.0 0.0 5.0 1 55.0 290.0 0.0 5.0 2 70.0 290.0 0.0 5.0 3 40.0 320.0 0.0 5.0 4 55.0 320.0 0.0 5.0 5 70.0 320.0 0.0 5.0 6 40.0 350.0 0.0 5.0 7 55.0 350.0 0.0 5.0 8 70.0 350.0 0.0 5.0 9 40.0 290.0 1.0 5.0 10 55.0 290.0 1.0 5.0 22 55.0 320.0 0.0 8.0 23 70.0 320.0 0.0 8.0 24 40.0 350.0 0.0 8.0 25 55.0 350.0 0.0 8.0 26 70.0 350.0 0.0 8.0 27 40.0 290.0 1.0 8.0 28 55.0 290.0 1.0 8.0 29 70.0 290.0 1.0 8.0 30 40.0 320.0 1.0 8.0 31 55.0 320.0 1.0 8.0 32 70.0 320.0 1.0 8.0 33 40.0 350.0 1.0 8.0 34 55.0 350.0 1.0 8.0 35 70.0 350.0 1.0 8.0
What was shown in Documentation:
The text was updated successfully, but these errors were encountered:
I managed to make it works, im asking for a MR to fix that.
Sorry, something went wrong.
my solution is here:
No branches or pull requests
As shown in flowrate column, the
Flow rate':[0.2,0.4]
was label encoded into0.0
and1.0
. Was different to what is shown in the documentation.What was shown in Documentation:

The text was updated successfully, but these errors were encountered: