From 2096deddffa58452482ffe832eaacecfa90b2ae7 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Tue, 27 Sep 2022 14:22:11 +0100 Subject: [PATCH] Remove 5.3 Previous Version Attributes --- .../Compute/InstallPythonEnv_ML.cs | 1 - MachineLearning_Engine/Versioning_53.json | 86 ------------------- MachineLearning_oM/Versioning_53.json | 29 ------- 3 files changed, 116 deletions(-) delete mode 100644 MachineLearning_Engine/Versioning_53.json delete mode 100644 MachineLearning_oM/Versioning_53.json diff --git a/MachineLearning_Engine/Compute/InstallPythonEnv_ML.cs b/MachineLearning_Engine/Compute/InstallPythonEnv_ML.cs index 9a894d6..bf4fc87 100644 --- a/MachineLearning_Engine/Compute/InstallPythonEnv_ML.cs +++ b/MachineLearning_Engine/Compute/InstallPythonEnv_ML.cs @@ -33,7 +33,6 @@ public static partial class Compute [Description("MachineLearning_Toolkit\nMethod used to create the Python environment used to run all Python scripts within this toolkit.")] [Input("run", "Starts the installation of the toolkit if true. Stays idle otherwise.")] [Output("pythonEnvironment", "The MachineLearning_Toolkit Python environment.")] - [PreviousVersion("5.3", "BH.Engine.MachineLearning.Base.Compute.InstallMachineLearningToolkit(System.Boolean, System.Boolean)")] public static PythonEnvironment InstallPythonEnv_ML(bool run = false) { return BH.Engine.Python.Compute.InstallVirtualenv( diff --git a/MachineLearning_Engine/Versioning_53.json b/MachineLearning_Engine/Versioning_53.json deleted file mode 100644 index b857e30..0000000 --- a/MachineLearning_Engine/Versioning_53.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "Namespace": { - "ToNew": { - }, - "ToOld": { - } - }, - "Type": { - "ToNew": { - - }, - "ToOld": { - } - }, - "Property": { - "ToNew": { - }, - "ToOld": { - } - }, - "MessageForDeleted": { - "BH.Engine.MachineLearning.Audio.Compute.PlayAudio(BH.oM.MachineLearning.Tensor, System.Int32, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Audio.Compute.RecogniseSpeech(System.String, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Audio.Compute.SynthesiseSpeech(System.String, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Base.Compute.Invoke(System.String, System.String, System.Collections.Generic.Dictionary)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Base.Compute.Invoke(System.String, System.String, System.Object[])": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Base.Compute.InvokeNumpy(System.String, System.Collections.Generic.IEnumerable, System.Collections.Generic.Dictionary)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Base.Compute.InvokeNumpy(System.String, System.Object[])": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Charts.Compute.PlotDiurnal(System.Collections.Generic.List, System.String, System.String, System.Collections.Generic.List, System.String, System.String, System.String, System.String, System.Boolean, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Charts.Compute.PlotFrequency(System.Collections.Generic.List, System.String, System.String, System.String, System.Collections.Generic.List, System.Int32, System.String, System.String, System.Boolean, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Charts.Compute.PlotHeatmap(System.Collections.Generic.List, System.String, System.String, System.String, System.Collections.Generic.List, System.String, System.String, System.Boolean, System.Boolean, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Charts.Compute.PlotImage(BH.oM.MachineLearning.Tensor, System.Int32, System.Int32, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Charts.Compute.PlotImage(BH.oM.MachineLearning.Vision.Image, System.Int32, System.Int32, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Charts.Compute.PlotUTCI(System.Collections.Generic.List, System.String, System.Boolean, System.String, System.String, System.Boolean, System.Boolean, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.FromDType(System.String)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.IToPython(System.Object)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToDType(System.Type)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToList(BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(BH.oM.MachineLearning.LinearRegression)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(System.Collections.Generic.IEnumerable, System.Type)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(System.Collections.Generic.IEnumerable>, System.Type)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(BH.oM.MachineLearning.LogisticRegression)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(BH.oM.MachineLearning.MinMaxScaler)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(BH.oM.MachineLearning.PolynomialFeatures)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(BH.oM.MachineLearning.StandardScaler)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(BH.oM.MachineLearning.SupportVectorRegression)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Convert.ToPython(BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Create.Tensor(System.Collections.Generic.IEnumerable>, System.Type)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Create.Tensor(System.Collections.Generic.IEnumerable, System.Type)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Datasets.Compute.LoadCsv(System.String, System.String, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Modify.AsType(BH.oM.MachineLearning.Tensor, System.String)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Modify.AsType(BH.oM.MachineLearning.Tensor, System.Type)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.Infer(BH.oM.MachineLearning.MinMaxScaler, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.Infer(BH.oM.MachineLearning.PolynomialFeatures, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.Infer(BH.oM.MachineLearning.StandardScaler, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.InferInverse(BH.oM.MachineLearning.MinMaxScaler, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.InferInverse(BH.oM.MachineLearning.StandardScaler, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.MinMaxScaler(BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.PolynomialFeatures(System.Int32, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Preprocessing.Compute.StandardScaler(BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Query.DType(BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Query.GetAttribute(BH.oM.MachineLearning.Tensor, System.String)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Query.Import(System.String)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Query.Shape(BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Query.Size(BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.Coefficients(BH.oM.MachineLearning.IRegressionModel)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.Infer(BH.oM.MachineLearning.LinearRegression, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.Infer(BH.oM.MachineLearning.LogisticRegression, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.Infer(BH.oM.MachineLearning.SupportVectorRegression, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.LinearRegression(BH.oM.MachineLearning.Tensor, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.LogisticRegression(BH.oM.MachineLearning.Tensor, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.Score(BH.oM.MachineLearning.IRegressionModel, BH.oM.MachineLearning.Tensor, BH.oM.MachineLearning.Tensor)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Structured.Compute.SupportVectorRegression(BH.oM.MachineLearning.Tensor, BH.oM.MachineLearning.Tensor, System.String, System.Int32, System.Double)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Text.Compute.Answer(System.String, System.String)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Text.Compute.SentimentAnalysis(System.String)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Text.Compute.Summarise(System.String)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Vision.Compute.DetectObjects(System.String, System.Boolean, System.Double)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Vision.Compute.DrawDetection(System.String, Python.Runtime.PyObject, System.Double)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Vision.Compute.FindContours(BH.oM.MachineLearning.Tensor, System.Int32)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Vision.Compute.RecogniseObject(System.String, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.Engine.MachineLearning.Vision.Compute.SegmentImage(System.String, System.Boolean)": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues." - - }, - "MessageForNoUpgrade": { - } -} \ No newline at end of file diff --git a/MachineLearning_oM/Versioning_53.json b/MachineLearning_oM/Versioning_53.json deleted file mode 100644 index b331b87..0000000 --- a/MachineLearning_oM/Versioning_53.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "Namespace": { - "ToNew": {}, - "ToOld": {} - }, - "Type": { - "ToNew": {}, - "ToOld": {} - }, - "Property": { - "ToNew": {}, - "ToOld": {} - }, - "MessageForDeleted": { - "BH.oM.MachineLearning.IRegressionModel": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.IScaler": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.ITransformer": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.LinearRegression": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.LogisticRegression": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.MinMaxScaler": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.PolynomialFeatures": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.StandardScaler": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.SupportVectorRegression": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.Tensor": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.Vision.DetectionResults": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues.", - "BH.oM.MachineLearning.Vision.Image": "This method was originally included in BHoM to enable the use of Python.NET. This workflow has been removed in favour of use of Python virtual environments managed via BHoM in order to simplify the passing of data between the two languages. If further assistance is needed, please raise an issue on https://github.com/BHoM/MachineLearning_Toolkit/issues." - }, - "MessageForNoUpgrade": {} -}