grf
Generalized Random Forests
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- pages.yml
- SplitFrequencyComputer.cpp
- SplitFrequencyComputer.h
- Data.cpp
- Data.h
- globals.h
- ProgressBar.cpp
- ProgressBar.h
- utility.cpp
- utility.h
- Forest.cpp
- Forest.h
- ForestOptions.cpp
- ForestOptions.h
- ForestPredictor.cpp
- ForestPredictor.h
- ForestPredictors.cpp
- ForestPredictors.h
- ForestTrainer.cpp
- ForestTrainer.h
- ForestTrainers.cpp
- ForestTrainers.h
- DefaultPredictionCollector.cpp
- DefaultPredictionCollector.h
- OptimizedPredictionCollector.cpp
- OptimizedPredictionCollector.h
- PredictionCollector.h
- SampleWeightComputer.cpp
- SampleWeightComputer.h
- TreeTraverser.cpp
- TreeTraverser.h
- CausalSurvivalPredictionStrategy.cpp
- CausalSurvivalPredictionStrategy.h
- DefaultPredictionStrategy.h
- InstrumentalPredictionStrategy.cpp
- InstrumentalPredictionStrategy.h
- LLCausalPredictionStrategy.cpp
- LLCausalPredictionStrategy.h
- LocalLinearPredictionStrategy.cpp
- LocalLinearPredictionStrategy.h
- MultiCausalPredictionStrategy.cpp
- MultiCausalPredictionStrategy.h
- MultiRegressionPredictionStrategy.cpp
- MultiRegressionPredictionStrategy.h
- ObjectiveBayesDebiaser.cpp
- ObjectiveBayesDebiaser.h
- OptimizedPredictionStrategy.h
- Prediction.cpp
- Prediction.h
- PredictionValues.cpp
- PredictionValues.h
- ProbabilityPredictionStrategy.cpp
- ProbabilityPredictionStrategy.h
- QuantilePredictionStrategy.cpp
- QuantilePredictionStrategy.h
- RegressionPredictionStrategy.cpp
- RegressionPredictionStrategy.h
- SurvivalPredictionStrategy.cpp
- SurvivalPredictionStrategy.h
- CausalSurvivalRelabelingStrategy.cpp
- CausalSurvivalRelabelingStrategy.h
- InstrumentalRelabelingStrategy.cpp
- InstrumentalRelabelingStrategy.h
- LLRegressionRelabelingStrategy.cpp
- LLRegressionRelabelingStrategy.h
- MultiCausalRelabelingStrategy.cpp
- MultiCausalRelabelingStrategy.h
- MultiNoopRelabelingStrategy.cpp
- MultiNoopRelabelingStrategy.h
- NoopRelabelingStrategy.cpp
- NoopRelabelingStrategy.h
- QuantileRelabelingStrategy.cpp
- QuantileRelabelingStrategy.h
- RelabelingStrategy.h
- RandomSampler.cpp
- RandomSampler.h
- SamplingOptions.cpp
- SamplingOptions.h
- CausalSurvivalSplittingRuleFactory.cpp
- CausalSurvivalSplittingRuleFactory.h
- InstrumentalSplittingRuleFactory.cpp
- InstrumentalSplittingRuleFactory.h
- MultiCausalSplittingRuleFactory.cpp
- MultiCausalSplittingRuleFactory.h
- MultiRegressionSplittingRuleFactory.cpp
- MultiRegressionSplittingRuleFactory.h
- ProbabilitySplittingRuleFactory.cpp
- ProbabilitySplittingRuleFactory.h
- RegressionSplittingRuleFactory.cpp
- RegressionSplittingRuleFactory.h
- SplittingRuleFactory.h
- SurvivalSplittingRuleFactory.cpp
- SurvivalSplittingRuleFactory.h
- AcceleratedSurvivalSplittingRule.cpp
- AcceleratedSurvivalSplittingRule.h
- CausalSurvivalSplittingRule.cpp
- CausalSurvivalSplittingRule.h
- InstrumentalSplittingRule.cpp
- InstrumentalSplittingRule.h
- MultiCausalSplittingRule.cpp
- MultiCausalSplittingRule.h
- MultiRegressionSplittingRule.cpp
- MultiRegressionSplittingRule.h
- ProbabilitySplittingRule.cpp
- ProbabilitySplittingRule.h
- RegressionSplittingRule.cpp
- RegressionSplittingRule.h
- SplittingRule.h
- SurvivalSplittingRule.cpp
- SurvivalSplittingRule.h
- Tree.cpp
- Tree.h
- TreeOptions.cpp
- TreeOptions.h
- TreeTrainer.cpp
- TreeTrainer.h
- .gitignore
- RuntimeContext.cpp
- RuntimeContext.h
- SplitFrequencyUnitTest.cpp
- utilitytest.cpp
- causal_data.csv
- causal_data_ll.csv
- causal_data_MIA.csv
- causal_oob_predictions.csv
- causal_oob_predictions_sample_weights.csv
- causal_predictions.csv
- causal_predictions_sample_weights.csv
- causal_survival_data.csv
- causal_survival_data_MIA.csv
- causal_survival_oob_predictions.csv
- causal_survival_oob_predictions_MIA.csv
- causal_survival_predictions.csv
- causal_survival_predictions_MIA.csv
- friedman.csv
- gaussian_data.csv
- ll_regression_oob_predictions.csv
- ll_regression_predictions.csv
- multi_causal_data.csv
- probability_data.csv
- probability_oob_predictions.csv
- probability_predictions.csv
- quantile_data.csv
- quantile_data_MIA.csv
- quantile_oob_predictions.csv
- quantile_oob_predictions_MIA.csv
- quantile_predictions.csv
- quantile_predictions_MIA.csv
- regression_data.csv
- regression_data_MIA.csv
- regression_oob_predictions.csv
- regression_oob_predictions_MIA.csv
- regression_oob_predictions_sample_weights.csv
- regression_predictions.csv
- regression_predictions_MIA.csv
- regression_predictions_sample_weights.csv
- small_gaussian_data.csv
- stable_causal_oob_predictions.csv
- stable_causal_oob_predictions_MIA.csv
- stable_causal_predictions.csv
- stable_causal_predictions_MIA.csv
- stable_multi_causal_oob_predictions.csv
- stable_multi_causal_oob_predictions_stable_split.csv
- stable_multi_causal_predictions.csv
- stable_multi_causal_predictions_stable_split.csv
- survival_data.csv
- survival_data_MIA.csv
- survival_fastlogrank_oob_predictions.csv
- survival_fastlogrank_oob_predictions_MIA.csv
- survival_fastlogrank_predictions.csv
- survival_fastlogrank_predictions_MIA.csv
- survival_oob_predictions.csv
- survival_oob_predictions_MIA.csv
- survival_predictions.csv
- survival_predictions_MIA.csv
- CausalForestTest.cpp
- CausalSurvivalForestTest.cpp
- ForestCharacterizationTest.cpp
- ForestSmokeTest.cpp
- LocalLinearForestTest.cpp
- README.md
- RegressionForestTest.cpp
- InstrumentalPredictionStrategyTest.cpp
- MultiCausalPredictionStrategyTest.cpp
- MultiRegressionPredictionStrategyTest.cpp
- QuantilePredictionStrategyTest.cpp
- README.md
- RegressionPredictionStrategyTest.cpp
- SurvivalPredictionStrategyTest.cpp
- InstrumentalRelabelingStrategyTest.cpp
- MultiCausalRelabelingStrategyTest.cpp
- QuantileRelabelingStrategyTest.cpp
- RandomSamplerTest.cpp
- survival_data_logrank.csv
- survival_data_logrank_expected.csv
- MultiCausalSplittingRuleTest.cpp
- MultiRegressionSplittingRuleTest.cpp
- README.md
- SplittingRuleInvarianceTest.cpp
- SurvivalSplittingRuleTest.cpp
- TreePruningUnitTest.cpp
- FileTestUtilities.cpp
- FileTestUtilities.h
- ForestTestUtilities.cpp
- ForestTestUtilities.h
- catch.hpp
- setup.cpp
- LDLT.h
- LLT.h
- LLT_LAPACKE.h
- CholmodSupport.h
- Complex.h
- MathFunctions.h
- MatrixProduct.h
- MatrixProductCommon.h
- MatrixProductMMA.h
- PacketMath.h
- Complex.h
- MathFunctions.h
- PacketMath.h
- TypeCasting.h
- Complex.h
- MathFunctions.h
- PacketMath.h
- TypeCasting.h
- Complex.h
- BFloat16.h
- ConjHelper.h
- GenericPacketMathFunctions.h
- GenericPacketMathFunctionsFwd.h
- Half.h
- Settings.h
- TypeCasting.h
- MathFunctions.h
- PacketMath.h
- TypeCasting.h
- math_constants.h
- Complex.h
- MathFunctions.h
- PacketMath.h
- Complex.h
- GeneralBlockPanelKernel.h
- MathFunctions.h
- PacketMath.h
- TypeCasting.h
- Complex.h
- MathFunctions.h
- PacketMath.h
- TypeCasting.h
- MathFunctions.h
- PacketMath.h
- TypeCasting.h
- InteropHeaders.h
- MathFunctions.h
- PacketMath.h
- SyclMemoryModel.h
- TypeCasting.h
- Complex.h
- MathFunctions.h
- PacketMath.h
- AssignmentFunctors.h
- BinaryFunctors.h
- NullaryFunctors.h
- StlFunctors.h
- TernaryFunctors.h
- UnaryFunctors.h
- GeneralBlockPanelKernel.h
- GeneralMatrixMatrix.h
- GeneralMatrixMatrix_BLAS.h
- GeneralMatrixMatrixTriangular.h
- GeneralMatrixMatrixTriangular_BLAS.h
- GeneralMatrixVector.h
- GeneralMatrixVector_BLAS.h
- Parallelizer.h
- SelfadjointMatrixMatrix.h
- SelfadjointMatrixMatrix_BLAS.h
- SelfadjointMatrixVector.h
- SelfadjointMatrixVector_BLAS.h
- SelfadjointProduct.h
- SelfadjointRank2Update.h
- TriangularMatrixMatrix.h
- TriangularMatrixMatrix_BLAS.h
- TriangularMatrixVector.h
- TriangularMatrixVector_BLAS.h
- TriangularSolverMatrix.h
- TriangularSolverMatrix_BLAS.h
- TriangularSolverVector.h
- BlasUtil.h
- ConfigureVectorization.h
- Constants.h
- DisableStupidWarnings.h
- ForwardDeclarations.h
- IndexedViewHelper.h
- IntegralConstant.h
- Macros.h
- Memory.h
- Meta.h
- MKL_support.h
- NonMPL2.h
- ReenableStupidWarnings.h
- ReshapedHelper.h
- StaticAssert.h
- SymbolicIndex.h
- XprHelper.h
- ArithmeticSequence.h
- Array.h
- ArrayBase.h
- ArrayWrapper.h
- Assign.h
- Assign_MKL.h
- AssignEvaluator.h
- BandMatrix.h
- Block.h
- BooleanRedux.h
- CommaInitializer.h
- ConditionEstimator.h
- CoreEvaluators.h
- CoreIterators.h
- CwiseBinaryOp.h
- CwiseNullaryOp.h
- CwiseTernaryOp.h
- CwiseUnaryOp.h
- CwiseUnaryView.h
- DenseBase.h
- DenseCoeffsBase.h
- DenseStorage.h
- Diagonal.h
- DiagonalMatrix.h
- DiagonalProduct.h
- Dot.h
- EigenBase.h
- ForceAlignedAccess.h
- Fuzzy.h
- GeneralProduct.h
- GenericPacketMath.h
- GlobalFunctions.h
- IndexedView.h
- Inverse.h
- IO.h
- Map.h
- MapBase.h
- MathFunctions.h
- MathFunctionsImpl.h
- Matrix.h
- MatrixBase.h
- NestByValue.h
- NoAlias.h
- NumTraits.h
- PartialReduxEvaluator.h
- PermutationMatrix.h
- PlainObjectBase.h
- Product.h
- ProductEvaluators.h
- Random.h
- Redux.h
- Ref.h
- Replicate.h
- Reshaped.h
- ReturnByValue.h
- Reverse.h
- Select.h
- SelfAdjointView.h
- SelfCwiseBinaryOp.h
- Solve.h
- SolverBase.h
- SolveTriangular.h
- StableNorm.h
- StlIterators.h
- Stride.h
- Swap.h
- Transpose.h
- Transpositions.h
- TriangularMatrix.h
- VectorBlock.h
- VectorwiseOp.h
- Visitor.h
- ComplexEigenSolver.h
- ComplexSchur.h
- ComplexSchur_LAPACKE.h
- EigenSolver.h
- GeneralizedEigenSolver.h
- GeneralizedSelfAdjointEigenSolver.h
- HessenbergDecomposition.h
- MatrixBaseEigenvalues.h
- RealQZ.h
- RealSchur.h
- RealSchur_LAPACKE.h
- SelfAdjointEigenSolver.h
- SelfAdjointEigenSolver_LAPACKE.h
- Tridiagonalization.h
- Geometry_SIMD.h
- AlignedBox.h
- AngleAxis.h
- EulerAngles.h
- Homogeneous.h
- Hyperplane.h
- OrthoMethods.h
- ParametrizedLine.h
- Quaternion.h
- Rotation2D.h
- RotationBase.h
- Scaling.h
- Transform.h
- Translation.h
- Umeyama.h
- BlockHouseholder.h
- Householder.h
- HouseholderSequence.h
- BasicPreconditioners.h
- BiCGSTAB.h
- ConjugateGradient.h
- IncompleteCholesky.h
- IncompleteLUT.h
- IterativeSolverBase.h
- LeastSquareConjugateGradient.h
- SolveWithGuess.h
- Jacobi.h
- KLUSupport.h
- InverseSize4.h
- Determinant.h
- FullPivLU.h
- InverseImpl.h
- PartialPivLU.h
- PartialPivLU_LAPACKE.h
- MetisSupport.h
- blas.h
- Image.h
- Kernel.h
- lapack.h
- lapacke.h
- lapacke_mangling.h
- RealSvd2x2.h
- Amd.h
- Eigen_Colamd.h
- Ordering.h
- PardisoSupport.h
- PaStiXSupport.h
- ArrayCwiseBinaryOps.h
- ArrayCwiseUnaryOps.h
- BlockMethods.h
- CommonCwiseBinaryOps.h
- CommonCwiseUnaryOps.h
- IndexedViewMethods.h
- MatrixCwiseBinaryOps.h
- MatrixCwiseUnaryOps.h
- ReshapedMethods.h
- ColPivHouseholderQR.h
- ColPivHouseholderQR_LAPACKE.h
- CompleteOrthogonalDecomposition.h
- FullPivHouseholderQR.h
- HouseholderQR.h
- HouseholderQR_LAPACKE.h
- SimplicialCholesky.h
- SimplicialCholesky_impl.h
- AmbiVector.h
- CompressedStorage.h
- ConservativeSparseSparseProduct.h
- MappedSparseMatrix.h
- SparseAssign.h
- SparseBlock.h
- SparseColEtree.h
- SparseCompressedBase.h
- SparseCwiseBinaryOp.h
- SparseCwiseUnaryOp.h
- SparseDenseProduct.h
- SparseDiagonalProduct.h
- SparseDot.h
- SparseFuzzy.h
- SparseMap.h
- SparseMatrix.h
- SparseMatrixBase.h
- SparsePermutation.h
- SparseProduct.h
- SparseRedux.h
- SparseRef.h
- SparseSelfAdjointView.h
- SparseSolverBase.h
- SparseSparseProductWithPruning.h
- SparseTranspose.h
- SparseTriangularView.h
- SparseUtil.h
- SparseVector.h
- SparseView.h
- TriangularSolver.h
- SparseLU.h
- SparseLU_column_bmod.h
- SparseLU_column_dfs.h
- SparseLU_copy_to_ucol.h
- SparseLU_gemm_kernel.h
- SparseLU_heap_relax_snode.h
- SparseLU_kernel_bmod.h
- SparseLU_Memory.h
- SparseLU_panel_bmod.h
- SparseLU_panel_dfs.h
- SparseLU_pivotL.h
- SparseLU_pruneL.h
- SparseLU_relax_snode.h
- SparseLU_Structs.h
- SparseLU_SupernodalMatrix.h
- SparseLU_Utils.h
- SparseLUImpl.h
- SparseQR.h
- SuiteSparseQRSupport.h
- details.h
- StdDeque.h
- StdList.h
- StdVector.h
- SuperLUSupport.h
- BDCSVD.h
- JacobiSVD.h
- JacobiSVD_LAPACKE.h
- SVDBase.h
- UpperBidiagonalization.h
- UmfPackSupport.h
- Cholesky
- CholmodSupport
- Core
- Dense
- Eigen
- Eigenvalues
- Geometry
- Householder
- IterativeLinearSolvers
- Jacobi
- KLUSupport
- LICENSE
- LU
- MetisSupport
- OrderingMethods
- PardisoSupport
- PaStiXSupport
- QR
- QtAlignedMalloc
- Sparse
- SparseCholesky
- SparseCore
- SparseLU
- SparseQR
- SPQRSupport
- StdDeque
- StdList
- StdVector
- SuperLUSupport
- SVD
- UmfPackSupport
- algorithm.hpp
- random.hpp
- README.md
- tqdm.hpp
- .gitignore
- CMakeLists.txt
- paper.pdf
- README.md
- script.R
- synthetic_data.csv
- angev80_recode_run1_line525.csv.xz
- familysize.out
- grow_forest.R
- plot_figure3.png
- plot_figure3.R
- causal_mse.R
- out-1-1-1-1-FALSE-2-2-12-16000-results.csv
- out-1-1-1-1-FALSE-2-2-12-2000-results.csv
- out-1-1-1-1-FALSE-2-2-12-4000-results.csv
- out-1-1-1-1-FALSE-2-2-12-8000-results.csv
- out-1-1-1-1-FALSE-2-2-18-16000-results.csv
- out-1-1-1-1-FALSE-2-2-18-2000-results.csv
- out-1-1-1-1-FALSE-2-2-18-4000-results.csv
- out-1-1-1-1-FALSE-2-2-18-8000-results.csv
- out-1-1-1-1-FALSE-2-2-6-16000-results.csv
- out-1-1-1-1-FALSE-2-2-6-2000-results.csv
- out-1-1-1-1-FALSE-2-2-6-4000-results.csv
- out-1-1-1-1-FALSE-2-2-6-8000-results.csv
- out-1-1-1-1-FALSE-4-2-12-16000-results.csv
- out-1-1-1-1-FALSE-4-2-12-2000-results.csv
- out-1-1-1-1-FALSE-4-2-12-4000-results.csv
- out-1-1-1-1-FALSE-4-2-12-8000-results.csv
- out-1-1-1-1-FALSE-4-2-18-16000-results.csv
- out-1-1-1-1-FALSE-4-2-18-2000-results.csv
- out-1-1-1-1-FALSE-4-2-18-4000-results.csv
- out-1-1-1-1-FALSE-4-2-18-8000-results.csv
- out-1-1-1-1-FALSE-4-2-6-16000-results.csv
- out-1-1-1-1-FALSE-4-2-6-2000-results.csv
- out-1-1-1-1-FALSE-4-2-6-4000-results.csv
- out-1-1-1-1-FALSE-4-2-6-8000-results.csv
- out-1-1-1-1-TRUE-2-2-12-16000-results.csv
- out-1-1-1-1-TRUE-2-2-12-2000-results.csv
- out-1-1-1-1-TRUE-2-2-12-4000-results.csv
- out-1-1-1-1-TRUE-2-2-12-8000-results.csv
- out-1-1-1-1-TRUE-2-2-18-16000-results.csv
- out-1-1-1-1-TRUE-2-2-18-2000-results.csv
- out-1-1-1-1-TRUE-2-2-18-4000-results.csv
- out-1-1-1-1-TRUE-2-2-18-8000-results.csv
- out-1-1-1-1-TRUE-2-2-6-16000-results.csv
- out-1-1-1-1-TRUE-2-2-6-2000-results.csv
- out-1-1-1-1-TRUE-2-2-6-4000-results.csv
- out-1-1-1-1-TRUE-2-2-6-8000-results.csv
- out-1-1-1-1-TRUE-4-2-12-16000-results.csv
- out-1-1-1-1-TRUE-4-2-12-2000-results.csv
- out-1-1-1-1-TRUE-4-2-12-4000-results.csv
- out-1-1-1-1-TRUE-4-2-12-8000-results.csv
- out-1-1-1-1-TRUE-4-2-18-16000-results.csv
- out-1-1-1-1-TRUE-4-2-18-2000-results.csv
- out-1-1-1-1-TRUE-4-2-18-4000-results.csv
- out-1-1-1-1-TRUE-4-2-18-8000-results.csv
- out-1-1-1-1-TRUE-4-2-6-16000-results.csv
- out-1-1-1-1-TRUE-4-2-6-2000-results.csv
- out-1-1-1-1-TRUE-4-2-6-4000-results.csv
- out-1-1-1-1-TRUE-4-2-6-8000-results.csv
- parse_results.R
- run_simu.R
- simulation_results_avg.tex
- simulation_results_true.tex
- IV_forest_causal_splitting.pdf
- IV_plot_10k_20.pdf
- IV_plot_with_CI.pdf
- IV_simu_1.R
- IV_simu_2.R
- IV_simu_2_with_ci.R
- out-1-0-1-0-FALSE-2-2-10-1000-results.csv
- out-1-0-1-0-FALSE-2-2-10-2000-results.csv
- out-1-0-1-0-FALSE-2-2-20-1000-results.csv
- out-1-0-1-0-FALSE-2-2-20-2000-results.csv
- out-1-0-1-0-FALSE-4-2-10-1000-results.csv
- out-1-0-1-0-FALSE-4-2-10-2000-results.csv
- out-1-0-1-0-FALSE-4-2-20-1000-results.csv
- out-1-0-1-0-FALSE-4-2-20-2000-results.csv
- out-1-0-1-0-TRUE-2-2-10-1000-results.csv
- out-1-0-1-0-TRUE-2-2-10-2000-results.csv
- out-1-0-1-0-TRUE-2-2-20-1000-results.csv
- out-1-0-1-0-TRUE-2-2-20-2000-results.csv
- out-1-0-1-0-TRUE-4-2-10-1000-results.csv
- out-1-0-1-0-TRUE-4-2-10-2000-results.csv
- out-1-0-1-0-TRUE-4-2-20-1000-results.csv
- out-1-0-1-0-TRUE-4-2-20-2000-results.csv
- out-1-0-1-1-FALSE-2-2-10-1000-results.csv
- out-1-0-1-1-FALSE-2-2-10-2000-results.csv
- out-1-0-1-1-FALSE-2-2-20-1000-results.csv
- out-1-0-1-1-FALSE-2-2-20-2000-results.csv
- out-1-0-1-1-FALSE-4-2-10-1000-results.csv
- out-1-0-1-1-FALSE-4-2-10-2000-results.csv
- out-1-0-1-1-FALSE-4-2-20-1000-results.csv
- out-1-0-1-1-FALSE-4-2-20-2000-results.csv
- out-1-0-1-1-TRUE-2-2-10-1000-results.csv
- out-1-0-1-1-TRUE-2-2-10-2000-results.csv
- out-1-0-1-1-TRUE-2-2-20-1000-results.csv
- out-1-0-1-1-TRUE-2-2-20-2000-results.csv
- out-1-0-1-1-TRUE-4-2-10-1000-results.csv
- out-1-0-1-1-TRUE-4-2-10-2000-results.csv
- out-1-0-1-1-TRUE-4-2-20-1000-results.csv
- out-1-0-1-1-TRUE-4-2-20-2000-results.csv
- out-1-3-1-0-FALSE-2-2-10-1000-results.csv
- out-1-3-1-0-FALSE-2-2-10-2000-results.csv
- out-1-3-1-0-FALSE-2-2-20-1000-results.csv
- out-1-3-1-0-FALSE-2-2-20-2000-results.csv
- out-1-3-1-0-FALSE-4-2-10-1000-results.csv
- out-1-3-1-0-FALSE-4-2-10-2000-results.csv
- out-1-3-1-0-FALSE-4-2-20-1000-results.csv
- out-1-3-1-0-FALSE-4-2-20-2000-results.csv
- out-1-3-1-0-TRUE-2-2-10-1000-results.csv
- out-1-3-1-0-TRUE-2-2-10-2000-results.csv
- out-1-3-1-0-TRUE-2-2-20-1000-results.csv
- out-1-3-1-0-TRUE-2-2-20-2000-results.csv
- out-1-3-1-0-TRUE-4-2-10-1000-results.csv
- out-1-3-1-0-TRUE-4-2-10-2000-results.csv
- out-1-3-1-0-TRUE-4-2-20-1000-results.csv
- out-1-3-1-0-TRUE-4-2-20-2000-results.csv
- out-1-3-1-1-FALSE-2-2-10-1000-results.csv
- out-1-3-1-1-FALSE-2-2-10-2000-results.csv
- out-1-3-1-1-FALSE-2-2-20-1000-results.csv
- out-1-3-1-1-FALSE-2-2-20-2000-results.csv
- out-1-3-1-1-FALSE-4-2-10-1000-results.csv
- out-1-3-1-1-FALSE-4-2-10-2000-results.csv
- out-1-3-1-1-FALSE-4-2-20-1000-results.csv
- out-1-3-1-1-FALSE-4-2-20-2000-results.csv
- out-1-3-1-1-TRUE-2-2-10-1000-results.csv
- out-1-3-1-1-TRUE-2-2-10-2000-results.csv
- out-1-3-1-1-TRUE-2-2-20-1000-results.csv
- out-1-3-1-1-TRUE-2-2-20-2000-results.csv
- out-1-3-1-1-TRUE-4-2-10-1000-results.csv
- out-1-3-1-1-TRUE-4-2-10-2000-results.csv
- out-1-3-1-1-TRUE-4-2-20-1000-results.csv
- out-1-3-1-1-TRUE-4-2-20-2000-results.csv
- parse_results.R
- run_simu.R
- simulation_results.tex
- quantile_plot_shift_n2k_p40.pdf
- quantile_plot_spread_n2k_p40.pdf
- quantile_simu_1.R
- quantile_simu_2.R
- baselines.R
- README.md
- .gitignore
- estimators.R
- hiv.R
- prediction_comparison.R
- README.md
- simulation_blp.R
- simulation_coverage.R
- simulation_coverage_output.R
- simulation_mse.R
- simulation_mse_output.R
- analysis.R
- README.md
- synthetic_data.csv
- bias_image.R
- boundary_bias_table.R
- causal_table.R
- confidence.R
- friedman_table.R
- llf_bias.pdf
- main.R
- README.md
- rf_bias.pdf
- wages.R
- .gitignore
- README.md
- simulation_benchmark.R
- simulation_rmse.R
- survset_benchmark.R
- timing.R
- README.md
- grf_leaf.svg
- grf_leaf_green.png
- grf_leaf_vertical.svg
- grf_logo.svg
- grf_logo_green.png
- grf_logo_wbg_cropped.png
- README.md
- arch_diagram.png
- arch_diagram.svg
- AnalysisToolsBindings.cpp
- CausalForestBindings.cpp
- CausalSurvivalForestBindings.cpp
- InstrumentalForestBindings.cpp
- Makevars
- MultiCausalForestBindings.cpp
- MultiRegressionForestBindings.cpp
- ProbabilityForestBindings.cpp
- QuantileForestBindings.cpp
- RcppUtilities.cpp
- RcppUtilities.h
- RegressionForestBindings.cpp
- SurvivalForestBindings.cpp
- attentionrct.rda
- schoolrct.rda
- attentionrct.Rd
- average_treatment_effect.Rd
- best_linear_projection.Rd
- boosted_regression_forest.Rd
- boot_grf.Rd
- causal_forest.Rd
- causal_survival_forest.Rd
- create_dot_body.Rd
- estimate_rate.Rd
- expected_survival.Rd
- export_graphviz.Rd
- generate_causal_data.Rd
- generate_causal_survival_data.Rd
- get_forest_weights.Rd
- get_leaf_node.Rd
- get_scores.causal_forest.Rd
- get_scores.causal_survival_forest.Rd
- get_scores.instrumental_forest.Rd
- get_scores.multi_arm_causal_forest.Rd
- get_scores.Rd
- get_tree.Rd
- grf-package.Rd
- grf_options.Rd
- instrumental_forest.Rd
- leaf_stats.causal_forest.Rd
- leaf_stats.default.Rd
- leaf_stats.instrumental_forest.Rd
- leaf_stats.regression_forest.Rd
- ll_regression_forest.Rd
- lm_forest.Rd
- merge_forests.Rd
- multi_arm_causal_forest.Rd
- multi_regression_forest.Rd
- plot.grf_tree.Rd
- plot.rank_average_treatment_effect.Rd
- predict.boosted_regression_forest.Rd
- predict.causal_forest.Rd
- predict.causal_survival_forest.Rd
- predict.instrumental_forest.Rd
- predict.ll_regression_forest.Rd
- predict.lm_forest.Rd
- predict.multi_arm_causal_forest.Rd
- predict.multi_regression_forest.Rd
- predict.probability_forest.Rd
- predict.quantile_forest.Rd
- predict.regression_forest.Rd
- predict.survival_forest.Rd
- print.boosted_regression_forest.Rd
- print.grf.Rd
- print.grf_tree.Rd
- print.rank_average_treatment_effect.Rd
- print.tuning_output.Rd
- probability_forest.Rd
- quantile_forest.Rd
- rank_average_treatment_effect.fit.Rd
- rank_average_treatment_effect.Rd
- regression_forest.Rd
- schoolrct.Rd
- split_frequencies.Rd
- survival_forest.Rd
- test_calibration.Rd
- tune_forest.Rd
- tune_ll_causal_forest.Rd
- tune_ll_regression_forest.Rd
- variable_importance.Rd
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- _pkgdown.yml
- extra.js
- analysis_tools.R
- average_treatment_effect.R
- boosted_regression_forest.R
- causal_forest.R
- causal_survival_forest.R
- data.R
- dgps.R
- forest_summary.R
- get_scores.R
- grf-package.R
- grf_options.R
- input_utilities.R
- instrumental_forest.R
- ll_regression_forest.R
- lm_forest.R
- merge_forests.R
- multi_arm_causal_forest.R
- multi_regression_forest.R
- plot.R
- print.R
- probability_forest.R
- quantile_forest.R
- rank_average_treatment.R
- RcppExports.R
- regression_forest.R
- survival_forest.R
- tune_forest.R
- tune_ll_causal_forest.R
- tune_ll_regression_forest.R
- AnalysisToolsBindings.cpp
- CausalForestBindings.cpp
- CausalSurvivalForestBindings.cpp
- InstrumentalForestBindings.cpp
- Makevars
- MultiCausalForestBindings.cpp
- MultiRegressionForestBindings.cpp
- ProbabilityForestBindings.cpp
- QuantileForestBindings.cpp
- random
- RcppExports.cpp
- RcppUtilities.cpp
- RcppUtilities.h
- RegressionForestBindings.cpp
- src
- SurvivalForestBindings.cpp
- tqdm
- causal_benchmark.R
- weighting_benchmark.R
- causal_survival_oob_predictions.csv
- causal_survival_oob_predictions_prob.csv
- causal_survival_predictions.csv
- causal_survival_predictions_prob.csv
- test_analysis_tools.R
- test_average_effect.R
- test_boosted_regression_forest.R
- test_causal_forest.R
- test_causal_forest_tuning.R
- test_causal_survival_forest.R
- test_clustered_standard_errors.R
- test_confidence_intervals.R
- test_cran_smoke_test.R
- test_error_estimation.R
- test_forest_summaries.R
- test_input_utilities.R
- test_instrumental_forest.R
- test_instrumental_forest_tuning.R
- test_ll_regression_forest.R
- test_lm_forest.R
- test_merge_forests.R
- test_multi_arm_causal_forest.R
- test_multi_regression_forest.R
- test_plot.R
- test_print.R
- test_probability_forest.R
- test_quantile_forest.R
- test_rank_average_treatment.R
- test_regression_forest.R
- test_regression_forest_tuning.R
- test_survival_forest.R
- test_grf_valgrind.R
- testthat.R
- bruhn2016.R
- California_Sea_Otter.jpg
- carvalho2016.R
- synthetic_SPRINT_ACCORD.RData
- .gitignore
- ate_transport.Rmd
- categorical_inputs.Rmd
- diagnostics.Rmd
- grf.Rmd
- grf_guide.Rmd
- grf_leaf_green.png
- grf_logo_green.png
- llf.Rmd
- maq.Rmd
- muhats.Rmd
- policy_learning.Rmd
- rate.Rmd
- rate_cv.Rmd
- survival.Rmd
- .Rbuildignore
- DESCRIPTION
- grf.Rproj
- NAMESPACE
- .gitignore
- build_package.R
- CHANGELOG.md
- grf_0.10.0.tar.gz
- grf_0.10.1.tar.gz
- grf_0.10.2.tar.gz
- grf_0.10.3.tar.gz
- grf_0.10.4.tar.gz
- grf_0.9.0.tar.gz
- grf_0.9.1.tar.gz
- grf_0.9.2.tar.gz
- grf_0.9.3.tar.gz
- grf_0.9.4.tar.gz
- grf_0.9.5.tar.gz
- grf_0.9.6.tar.gz
- grf_1.0.0.tar.gz
- grf_1.0.1.tar.gz
- grf_1.1.0.tar.gz
- grf_1.2.0.tar.gz
- grf_2.0.0.tar.gz
- grf_2.0.2.tar.gz
- grf_2.1.0.tar.gz
- grf_2.2.0.tar.gz
- grf_2.2.1.tar.gz
- grf_2.3.0.tar.gz
- grf_2.3.1.tar.gz
- grf_2.3.2.tar.gz
- grf_2.4.0.tar.gz
- grf_2.5.0.tar.gz
- grf_2.6.0.tar.gz
- grf_2.6.1.tar.gz
- README.md
- .gitignore
- azure-pipelines.yml
- COPYING
- DEVELOPING.md
- NOTICE.md
- README.md
- REFERENCE.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/grf-labs/grf
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd grf
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
cd core
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
mkdir build && cd build
빌드 결과물을 담을 폴더를 만들고 그 안으로 이동합니다.
cmake ..
소스코드를 분석해 빌드 설정 파일을 생성합니다 (build 폴더 안에서 실행해야 함).
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
// repository documentation
Was this content helpful?
(0 ratings)
